Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h424 : L(L), ExitingBlock(ExitingBlock), AllowPredicates(AllowPredicates) {}
428 bool AllowPredicates;
442 Val.AllowPredicates);
447 LHS.AllowPredicates == RHS.AllowPredicates;
1487 bool AllowPredicates = false);
1516 bool AllowPredicates;
1520 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1539 bool AllowPredicates);
1588 bool AllowPredicates = false);
1609 bool AllowPredicates = false);
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7119 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7131 (void)this->AllowPredicates; in find()
7134 this->AllowPredicates == AllowPredicates && in find()
7148 this->AllowPredicates == AllowPredicates && in insert()
7159 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7173 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7270 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
7376 AllowPredicates); in computeExitLimitFromICmp()
8641 if (!AddRec && AllowPredicates) in howFarToZero()
10499 if (!IV && AllowPredicates) { in howManyLessThans()
[all …]