Lines Matching defs:LoserRegs
1242 SmallPtrSetImpl<const SCEV *> *LoserRegs = nullptr);
1252 SmallPtrSetImpl<const SCEV *> *LoserRegs);
1486 /// it. Optional LoserRegs provides a way to declare any formula that refers to
1490 SmallPtrSetImpl<const SCEV *> *LoserRegs) {
1491 if (LoserRegs && LoserRegs->count(Reg)) {
1497 if (LoserRegs && isLoser())
1498 LoserRegs->insert(Reg);
1506 SmallPtrSetImpl<const SCEV *> *LoserRegs) {
1519 RatePrimaryRegister(F, ScaledReg, Regs, LoserRegs);
1528 RatePrimaryRegister(F, BaseReg, Regs, LoserRegs);
4751 SmallPtrSet<const SCEV *, 16> LoserRegs;
4776 // to an unsatisfactory solution. Passing LoserRegs into RateFormula here
4778 // same bad AddRec. Passing LoserRegs is also essential unless we remove
4782 CostF.RateFormula(F, Regs, VisitedRegs, LU, &LoserRegs);