Searched refs:ControlsExit (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1139 bool ExitIfTrue, bool ControlsExit, 1785 bool ExitIfTrue, bool ControlsExit, 1789 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL); 1797 bool ControlsExit, 1801 bool ControlsExit, 1806 bool ControlsExit, bool AllowPredicates); 1878 bool isSigned, bool ControlsExit,
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8905 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument 8922 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find() 8945 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument 8959 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument 9021 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument 9103 bool ControlsExit, in computeExitLimitFromICmp() argument 9133 bool ControlsExit, in computeExitLimitFromICmp() argument 10524 if (ControlsExit && AddRec->hasNoSelfWrap() && in howFarToZero() 12762 if (!ControlsExit || !loopHasNoAbnormalExits(L)) in howManyLessThans() 12837 bool NoWrap = ControlsExit && IV->getNoWrapFlags(WrapType); in howManyLessThans() [all …]
|