Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1761 bool AllowPredicates = false);
1781 bool AllowPredicates;
1785 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1789 bool AllowPredicates);
1792 bool ControlsOnlyExit, bool AllowPredicates,
1802 bool AllowPredicates);
1806 bool AllowPredicates);
1809 bool ControlsOnlyExit, bool AllowPredicates);
1861 bool AllowPredicates = false);
1882 bool AllowPredicates = false);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8822 {L, AllowPredicates}); in computeBackedgeTakenCount()
8871 bool AllowPredicates) { in computeExitLimitFromCond() argument
8883 (void)this->AllowPredicates; in find()
8886 this->AllowPredicates == AllowPredicates && in find()
8900 this->AllowPredicates == AllowPredicates && in insert()
9005 AllowPredicates); in computeExitLimitFromCondFromBinOp()
9008 AllowPredicates); in computeExitLimitFromCondFromBinOp()
9068 bool AllowPredicates) { in computeExitLimitFromICmp() argument
10389 if (!AddRec && AllowPredicates) in howFarToZero()
12783 if (!IV && AllowPredicates) { in howManyLessThans()
[all …]