Searched refs:ControlsExit (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1665 bool ExitIfTrue, bool ControlsExit, 1693 bool ControlsExit, bool AllowPredicates); 1696 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL); 1704 bool ControlsExit, 1708 bool ControlsExit, 1713 bool ControlsExit, bool AllowPredicates); 1785 bool isSigned, bool ControlsExit,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8650 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument 8667 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find() 8690 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument 8704 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument 8766 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument 8836 bool ControlsExit, in computeExitLimitFromICmp() argument 8866 bool ControlsExit, in computeExitLimitFromICmp() argument 10228 if (ControlsExit && AddRec->hasNoSelfWrap() && in howFarToZero() 12414 if (!ControlsExit || !loopHasNoAbnormalExits(L)) in howManyLessThans() 12489 bool NoWrap = ControlsExit && IV->getNoWrapFlags(WrapType); in howManyLessThans() [all …]
|