Searched refs:canExpandBackedgeTakenCount (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1281 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/ |
D | IndVarSimplify.cpp | 1564 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/ |
D | IndVarSimplify.cpp | 1849 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()
|