Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1199 bool AllowPredicates = false);
1872 bool AllowPredicates = false);
1879 bool IsOnlyExit, bool AllowPredicates = false);
1894 bool AllowPredicates;
1897 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates)
1898 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {}
1903 bool AllowPredicates);
1906 bool ControlsOnlyExit, bool AllowPredicates,
1916 bool AllowPredicates);
1920 bool AllowPredicates);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8809 bool AllowPredicates) { in computeBackedgeTakenCount() argument
8837 ExitLimit EL = computeExitLimit(L, ExitBB, IsOnlyExit, AllowPredicates); in computeBackedgeTakenCount()
8839 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
8901 BECountUsers[Pair.second.ExactNotTaken].insert({L, AllowPredicates}); in computeBackedgeTakenCount()
8904 {L, AllowPredicates}); in computeBackedgeTakenCount()
8912 bool IsOnlyExit, bool AllowPredicates) { in computeExitLimit() argument
8929 AllowPredicates); in computeExitLimit()
8951 bool AllowPredicates) { in computeExitLimitFromCond() argument
8952 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
8954 ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCond()
[all …]