HomeSort by: relevance | last modified time | path
    Searched defs:Unrolled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp 10 /// unrolled. Moreover, these functions manages the stack of loop which is
29 enum Kind { Normal, Unrolled } K;
43 return LoopState(Unrolled, S, L, N);
45 bool isUnrolled() const { return K == Unrolled; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 97 OptReportLocationItemInfo Unrolled;
106 Unrolled |= RHS.Unrolled;
122 else if (Unrolled < RHS.Unrolled)
124 else if (RHS.Unrolled < Unrolled)
235 UpdateLLII(LI.Unrolled);
289 bool NothingUnrolled = !MaxLI.Unrolled.Transformed;
321 UnrolledCols += CI.second.Unrolled.Analyzed
    [all...]

Completed in 56 milliseconds