Home
last modified time | relevance | path

Searched refs:canExpandBackedgeTakenCount (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1849 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE, in canExpandBackedgeTakenCount() function
2201 assert(canExpandBackedgeTakenCount(L, SE, Rewriter) && "precondition"); in linearFunctionTestReplace()
2473 if (!DisableLFTR && canExpandBackedgeTakenCount(L, SE, Rewriter) && in run()