Searched defs:ExitIfTrue (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1306 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createFoldedExitCond() local 1366 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createInvariantCond() local
|
H A D | LoopPredication.cpp | 1215 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7125 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeBackedgeTakenCount() local 7195 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 7222 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 7231 bool ExitIfTrue, bool ControlsExit, in find() 7247 bool ExitIfTrue, in insert() 7262 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 7276 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 7420 bool ExitIfTrue, in computeExitLimitFromICmp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8789 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeBackedgeTakenCount() local 8877 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 8904 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 8913 bool ExitIfTrue, bool ControlsExit, in find() 8929 bool ExitIfTrue, in insert() 8944 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 8958 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 9020 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 9102 bool ExitIfTrue, in computeExitLimitFromICmp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 1151 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local
|
H A D | IndVarSimplify.cpp | 2740 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in optimizeLoopExits() local
|