Searched refs:ExitIfTrue (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1647 bool ExitIfTrue, bool ControlsExit, 1667 bool ExitIfTrue; 1671 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1672 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1674 Optional<ExitLimit> find(const Loop *L, Value *ExitCond, bool ExitIfTrue, 1677 void insert(const Loop *L, Value *ExitCond, bool ExitIfTrue, 1685 bool ExitIfTrue, 1689 Value *ExitCond, bool ExitIfTrue, 1694 Value *ExitCond, bool ExitIfTrue, 1703 bool ExitIfTrue,
|
| /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 1308 ConstantInt::get(OldCond->getType(), IsTaken ? ExitIfTrue : !ExitIfTrue); in foldExit() 1320 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in replaceWithInvariantCond() local 1321 if (ExitIfTrue) in replaceWithInvariantCond()
|
| H A D | LoopPredication.cpp | 1142 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local 1143 BasicBlock *ExitBB = BI->getSuccessor(ExitIfTrue ? 0 : 1); in predicateLoopExits() 1174 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits()
|
| /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 7506 if ((ExitIfTrue && CI->isZero()) || (!ExitIfTrue && CI->isOne())) in computeBackedgeTakenCount() 7575 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 7576 assert(ExitIfTrue == L->contains(BI->getSuccessor(1)) && in computeExitLimit() 7580 L, BI->getCondition(), ExitIfTrue, in computeExitLimit() 7602 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() argument 7604 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond() 7605 return computeExitLimitFromCondCached(Cache, L, ExitCond, ExitIfTrue, in computeExitLimitFromCond() 7611 bool ExitIfTrue, bool ControlsExit, in find() argument 7614 (void)this->ExitIfTrue; in find() [all …]
|