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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1237 /// needsLFTR - LinearFunctionTestReplace policy. Return true unless we can show
1239 static bool needsLFTR(Loop *L, DominatorTree *DT) { function
1359 assert(LatchBlock && "needsLFTR should guarantee a loop latch");
1747 if (canExpandBackedgeTakenCount(L, SE) && needsLFTR(L, DT)) {

Completed in 205 milliseconds