Home
last modified time | relevance | path

Searched refs:needsLFTR (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1370 static bool needsLFTR(Loop *L, DominatorTree *DT) { in needsLFTR() function
1867 else if (!EnableIVRewrite && ExpandBECount && needsLFTR(L, DT)) { in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1637 static bool needsLFTR(Loop *L, DominatorTree *DT) { in needsLFTR() function
2150 if (canExpandBackedgeTakenCount(L, SE, Rewriter) && needsLFTR(L, DT)) { in run()