Lines Matching refs:AllowPredicates

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()
8924 bool AllowPredicates) { in find() argument
8927 (void)this->AllowPredicates; in find()
8930 this->AllowPredicates == AllowPredicates && in find()
8941 bool AllowPredicates, in insert() argument
8944 this->AllowPredicates == AllowPredicates && in insert()
8955 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
8958 AllowPredicates)) in computeExitLimitFromCondCached()
8962 Cache, L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCondCached()
8963 Cache.insert(L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
8969 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
8972 Cache, L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates)) in computeExitLimitFromCondImpl()
8980 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
9020 ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCondImpl()
9032 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument
9049 AllowPredicates); in computeExitLimitFromCondFromBinOp()
9052 AllowPredicates); in computeExitLimitFromCondFromBinOp()
9112 bool AllowPredicates) { in computeExitLimitFromICmp() argument
9125 AllowPredicates); in computeExitLimitFromICmp()
9140 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromICmp() argument
9210 AllowPredicates); in computeExitLimitFromICmp()
9261 AllowPredicates); in computeExitLimitFromICmp()
9279 AllowPredicates); in computeExitLimitFromICmp()
10432 bool AllowPredicates) { in howFarToZero() argument
10450 if (!AddRec && AllowPredicates) in howFarToZero()
12776 bool ControlsOnlyExit, bool AllowPredicates) { in howManyLessThans() argument
12861 if (!IV && AllowPredicates) { in howManyLessThans()
13258 bool ControlsOnlyExit, bool AllowPredicates) { in howManyGreaterThans() argument
13265 if (!IV && AllowPredicates) in howManyGreaterThans()