Home
last modified time | relevance | path

Searched refs:LoserRegs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1242 SmallPtrSetImpl<const SCEV *> *LoserRegs = nullptr);
1252 SmallPtrSetImpl<const SCEV *> *LoserRegs);
1490 SmallPtrSetImpl<const SCEV *> *LoserRegs) { in RatePrimaryRegister() argument
1491 if (LoserRegs && LoserRegs->count(Reg)) { in RatePrimaryRegister()
1497 if (LoserRegs && isLoser()) in RatePrimaryRegister()
1498 LoserRegs->insert(Reg); in RatePrimaryRegister()
1506 SmallPtrSetImpl<const SCEV *> *LoserRegs) { in RateFormula() argument
1519 RatePrimaryRegister(F, ScaledReg, Regs, LoserRegs); in RateFormula()
1528 RatePrimaryRegister(F, BaseReg, Regs, LoserRegs); in RateFormula()
4751 SmallPtrSet<const SCEV *, 16> LoserRegs; in FilterOutUndesirableDedicatedRegisters() local
[all …]