Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1140 bool AllowPredicates = false);
1751 bool AllowPredicates = false);
1758 bool AllowPredicates = false);
1778 bool AllowPredicates;
1781 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates)
1782 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1786 bool AllowPredicates);
1789 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1798 bool AllowPredicates);
1802 bool AllowPredicates);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8765 bool AllowPredicates) { in computeBackedgeTakenCount() argument
8794 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
8796 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
8854 BECountUsers[Pair.second.ExactNotTaken].insert({L, AllowPredicates}); in computeBackedgeTakenCount()
8857 {L, AllowPredicates}); in computeBackedgeTakenCount()
8865 bool AllowPredicates) { in computeExitLimit() argument
8883 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
8905 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
8906 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
8908 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
[all …]