Home
last modified time | relevance | path

Searched refs:ControlsExit (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1696 bool ExitIfTrue, bool ControlsExit,
1724 bool ControlsExit, bool AllowPredicates);
1727 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1735 bool ControlsExit,
1739 bool ControlsExit,
1744 bool ControlsExit, bool AllowPredicates);
1813 bool isSigned, bool ControlsExit,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7840 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7857 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
7865 bool ControlsExit, in insert() argument
7880 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7894 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7933 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument
8023 bool ControlsExit, in computeExitLimitFromICmp() argument
9517 if (ControlsExit && AddRec->hasNoSelfWrap() && in howFarToZero()
11602 bool NoWrap = ControlsExit && IV->getNoWrapFlags(WrapType); in howManyLessThans()
11717 if (!ControlsExit || !loopHasNoAbnormalExits(L)) in howManyLessThans()
[all …]