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

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

Completed in 59 milliseconds