Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1500 bool ExitIfTrue, bool ControlsExit,
1523 bool ControlsExit, bool AllowPredicates);
1526 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1534 bool ControlsExit,
1538 bool ControlsExit,
1608 bool isSigned, bool ControlsExit,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7119 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7136 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
7159 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7173 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7181 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7184 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7229 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7232 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
8730 if (ControlsExit && AddRec->hasNoSelfWrap() && in howFarToZero()
10511 bool NoWrap = ControlsExit && in howManyLessThans()
[all …]