Searched refs:ControlsOnlyExit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1153 bool ExitIfTrue, bool ControlsOnlyExit, 1788 bool ExitIfTrue, bool ControlsOnlyExit, 1792 bool ControlsOnlyExit, bool AllowPredicates, 1801 bool ControlsOnlyExit, 1805 bool ControlsOnlyExit, 1809 bool ControlsOnlyExit, bool AllowPredicates); 1881 bool isSigned, bool ControlsOnlyExit,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8888 auto Itr = TripCountMap.find({ExitCond, ControlsOnlyExit}); in find() 8911 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument 8925 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument 8941 ControlsOnlyExit, in computeExitLimitFromCondImpl() 8988 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument 9096 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromICmp() argument 10480 if (ControlsOnlyExit && AddRec->hasNoSelfWrap() && in howFarToZero() 12726 if (!ControlsOnlyExit || !loopHasNoAbnormalExits(L)) in howManyLessThans() 12739 if (!ControlsOnlyExit) in howManyLessThans() 12806 bool NoWrap = ControlsOnlyExit && IV->getNoWrapFlags(WrapType); in howManyLessThans() [all …]
|