Searched defs:ExitIfTrue (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1304 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in foldExit() local 1319 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in replaceWithInvariantCond() local
|
D | LoopPredication.cpp | 1142 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 1151 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local
|
D | IndVarSimplify.cpp | 2740 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in optimizeLoopExits() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7385 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeBackedgeTakenCount() local 7455 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 7482 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 7491 bool ExitIfTrue, bool ControlsExit, in find() 7507 bool ExitIfTrue, in insert() 7522 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 7536 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 7575 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 7594 bool EitherMayExit, bool ExitIfTrue, bool ControlsExit, in computeExitLimitFromCondFromBinOpHelper() 7648 bool ExitIfTrue, in computeExitLimitFromICmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
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()
|