Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1652 bool AllowPredicates = false);
1666 bool AllowPredicates = false);
1686 bool AllowPredicates;
1690 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1705 bool AllowPredicates);
1709 bool AllowPredicates);
1723 bool AllowPredicates = false);
1732 bool AllowPredicates = false);
1765 bool AllowPredicates = false);
1786 bool AllowPredicates = false);
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8650 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
8662 (void)this->AllowPredicates; in find()
8665 this->AllowPredicates == AllowPredicates && in find()
8679 this->AllowPredicates == AllowPredicates && in insert()
8690 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
8704 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
8715 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
8972 AllowPredicates); in computeExitLimitFromICmp()
10138 if (!AddRec && AllowPredicates) in howFarToZero()
12466 if (!IV && AllowPredicates) { in howManyLessThans()
[all …]