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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1151 /// canExpandBackedgeTakenCount - Return true if this loop's backedge taken
1164 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { function
1455 // gep index scaling. See canExpandBackedgeTakenCount comments.
1514 assert(canExpandBackedgeTakenCount(L, SE) && "precondition");
1747 if (canExpandBackedgeTakenCount(L, SE) && needsLFTR(L, DT)) {

Completed in 64 milliseconds