Searched defs:ExitIfTrue (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/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()
|