Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1683 bool AllowPredicates = false);
1697 bool AllowPredicates = false);
1717 bool AllowPredicates;
1721 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1724 bool ControlsExit, bool AllowPredicates);
1736 bool AllowPredicates);
1740 bool AllowPredicates);
1754 bool AllowPredicates = false);
1793 bool AllowPredicates = false);
1814 bool AllowPredicates = false);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7840 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7852 (void)this->AllowPredicates; in find()
7855 this->AllowPredicates == AllowPredicates && in find()
7869 this->AllowPredicates == AllowPredicates && in insert()
7880 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7894 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7905 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
8120 AllowPredicates); in computeExitLimitFromICmp()
9425 if (!AddRec && AllowPredicates) in howFarToZero()
11579 if (!IV && AllowPredicates) { in howManyLessThans()
[all …]