Lines Matching refs:AllowPredicates

7718                                            bool AllowPredicates) {  in computeBackedgeTakenCount()  argument
7747 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
7749 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
7800 bool AllowPredicates) { in computeExitLimit() argument
7818 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
7840 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7841 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
7843 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
7849 bool AllowPredicates) { in find() argument
7852 (void)this->AllowPredicates; in find()
7855 this->AllowPredicates == AllowPredicates && in find()
7866 bool AllowPredicates, in insert() argument
7869 this->AllowPredicates == AllowPredicates && in insert()
7880 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7883 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached()
7887 ControlsExit, AllowPredicates); in computeExitLimitFromCondCached()
7888 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
7894 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() argument
7897 Cache, L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondImpl()
7905 if (EL.hasFullInfo() || !AllowPredicates) in computeExitLimitFromCondImpl()
7933 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() argument
7950 AllowPredicates); in computeExitLimitFromCondFromBinOp()
7953 AllowPredicates); in computeExitLimitFromCondFromBinOp()
8024 bool AllowPredicates) { in computeExitLimitFromICmp() argument
8087 AllowPredicates); in computeExitLimitFromICmp()
8111 AllowPredicates); in computeExitLimitFromICmp()
8120 AllowPredicates); in computeExitLimitFromICmp()
9407 bool AllowPredicates) { in howFarToZero() argument
9425 if (!AddRec && AllowPredicates) in howFarToZero()
11573 bool ControlsExit, bool AllowPredicates) { in howManyLessThans() argument
11579 if (!IV && AllowPredicates) { in howManyLessThans()
11954 bool ControlsExit, bool AllowPredicates) { in howManyGreaterThans() argument
11961 if (!IV && AllowPredicates) in howManyGreaterThans()