Searched refs:AllowPredicates (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1162 bool AllowPredicates = false); 1781 bool AllowPredicates = false); 1788 bool IsOnlyExit, bool AllowPredicates = false); 1803 bool AllowPredicates; 1806 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1807 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1811 bool AllowPredicates); 1814 bool ControlsOnlyExit, bool AllowPredicates, 1824 bool AllowPredicates); 1828 bool AllowPredicates); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8773 bool AllowPredicates) { in computeBackedgeTakenCount() argument 8801 ExitLimit EL = computeExitLimit(L, ExitBB, IsOnlyExit, AllowPredicates); in computeBackedgeTakenCount() 8803 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount() 8865 BECountUsers[Pair.second.ExactNotTaken].insert({L, AllowPredicates}); in computeBackedgeTakenCount() 8868 {L, AllowPredicates}); in computeBackedgeTakenCount() 8876 bool IsOnlyExit, bool AllowPredicates) { in computeExitLimit() argument 8893 AllowPredicates); in computeExitLimit() 8915 bool AllowPredicates) { in computeExitLimitFromCond() argument 8916 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond() 8918 ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCond() [all …]
|