Searched refs:ExitIfTrue (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1139 bool ExitIfTrue, bool ControlsExit, 1777 bool ExitIfTrue; 1781 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1782 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1785 bool ExitIfTrue, bool ControlsExit, 1788 void insert(const Loop *L, Value *ExitCond, bool ExitIfTrue, 1796 bool ExitIfTrue, 1800 Value *ExitCond, bool ExitIfTrue, 1805 Value *ExitCond, bool ExitIfTrue, 1814 bool ExitIfTrue,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1306 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createFoldedExitCond() local 1309 IsTaken ? ExitIfTrue : !ExitIfTrue); in createFoldedExitCond() 1366 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createInvariantCond() local 1367 if (ExitIfTrue) in createInvariantCond()
|
H A D | LoopPredication.cpp | 1215 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in predicateLoopExits() local 1216 BasicBlock *ExitBB = BI->getSuccessor(ExitIfTrue ? 0 : 1); in predicateLoopExits() 1247 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8790 if (ExitIfTrue == CI->isZero()) in computeBackedgeTakenCount() 8882 L, BI->getCondition(), ExitIfTrue, in computeExitLimit() 8904 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() argument 8916 (void)this->ExitIfTrue; in find() 8919 assert(this->L == L && this->ExitIfTrue == ExitIfTrue && in find() 8933 assert(this->L == L && this->ExitIfTrue == ExitIfTrue && in insert() 8940 (void)ExitIfTrue; in insert() 8983 if (ExitIfTrue == !CI->getZExtValue()) in computeExitLimitFromCondImpl() 9004 if (!ExitIfTrue) in computeExitLimitFromCondImpl() 9035 bool EitherMayExit = IsAnd ^ ExitIfTrue; in computeExitLimitFromCondFromBinOp() [all …]
|