Searched defs:ExitIfTrue (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1305 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in foldExit() local 1320 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in replaceWithInvariantCond() local
|
H A D | LoopPredication.cpp | 1142 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7505 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeBackedgeTakenCount() local 7575 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 7602 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 7611 bool ExitIfTrue, bool ControlsExit, in find() 7627 bool ExitIfTrue, in insert() 7642 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 7656 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 7695 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 7785 bool ExitIfTrue, in computeExitLimitFromICmp()
|