Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1281 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount() function
1516 assert(canExpandBackedgeTakenCount(L, SE) && "precondition"); in LinearFunctionTestReplace()
1803 bool ExpandBECount = canExpandBackedgeTakenCount(L, SE); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1564 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE, in canExpandBackedgeTakenCount() function
1915 assert(canExpandBackedgeTakenCount(L, SE, Rewriter) && "precondition"); in linearFunctionTestReplace()
2150 if (canExpandBackedgeTakenCount(L, SE, Rewriter) && needsLFTR(L, DT)) { in run()