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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1149 /// canExpandBackedgeTakenCount - Return true if this loop's backedge taken
1162 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { function
1450 // gep index scaling. See canExpandBackedgeTakenCount comments.
1509 assert(canExpandBackedgeTakenCount(L, SE) && "precondition");
1742 if (canExpandBackedgeTakenCount(L, SE) && needsLFTR(L, DT)) {

Completed in 31 milliseconds