Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1627 bool AllowPredicates = false);
1634 bool AllowPredicates = false);
1648 bool AllowPredicates = false);
1668 bool AllowPredicates;
1671 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates)
1672 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1675 bool ControlsExit, bool AllowPredicates);
1678 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1687 bool AllowPredicates);
1691 bool AllowPredicates);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7481 bool AllowPredicates) { in computeBackedgeTakenCount() argument
7510 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
7512 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
7563 bool AllowPredicates) { in computeExitLimit() argument
7581 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
7603 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7604 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
7606 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
7612 bool AllowPredicates) { in find() argument
7615 (void)this->AllowPredicates; in find()
[all …]