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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp 45 bool isUnrolled() const { return K == Unrolled; }
272 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) {
300 if (LS.isEmpty() || !LS.getHead().isUnrolled())

Completed in 21 milliseconds