Lines Matching refs:AllowPredicates

7008                                            bool AllowPredicates) {  in computeBackedgeTakenCount()  argument
7026 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
7028 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
7079 bool AllowPredicates) { in computeExitLimit() argument
7097 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
7119 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7120 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
7122 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
7128 bool AllowPredicates) { in find() argument
7131 (void)this->AllowPredicates; in find()
7134 this->AllowPredicates == AllowPredicates && in find()
7145 bool AllowPredicates, in insert() argument
7148 this->AllowPredicates == AllowPredicates && in insert()
7159 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7162 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached()
7166 ControlsExit, AllowPredicates); in computeExitLimitFromCondCached()
7167 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
7173 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7181 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7184 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7229 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7232 ControlsExit && !EitherMayExit, AllowPredicates); in computeExitLimitFromCondImpl()
7270 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
7300 bool AllowPredicates) { in computeExitLimitFromICmp() argument
7353 AllowPredicates); in computeExitLimitFromICmp()
7367 AllowPredicates); in computeExitLimitFromICmp()
7376 AllowPredicates); in computeExitLimitFromICmp()
8623 bool AllowPredicates) { in howFarToZero() argument
8641 if (!AddRec && AllowPredicates) in howFarToZero()
10493 bool ControlsExit, bool AllowPredicates) { in howManyLessThans() argument
10499 if (!IV && AllowPredicates) { in howManyLessThans()
10634 bool ControlsExit, bool AllowPredicates) { in howManyGreaterThans() argument
10641 if (!IV && AllowPredicates) in howManyGreaterThans()