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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1218 /// needsLFTR - LinearFunctionTestReplace policy. Return true unless we can show
1220 static bool needsLFTR(Loop *L, DominatorTree *DT) { function
1303 assert(LatchBlock && "needsLFTR should guarantee a loop latch");
1677 if (canExpandBackedgeTakenCount(L, SE) && needsLFTR(L, DT)) {

Completed in 61 milliseconds