Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1090 SmallPtrSetImpl<const SCEV *> *LoserRegs = nullptr);
1100 SmallPtrSetImpl<const SCEV *> *LoserRegs);
1338 SmallPtrSetImpl<const SCEV *> *LoserRegs) { in RatePrimaryRegister() argument
1339 if (LoserRegs && LoserRegs->count(Reg)) { in RatePrimaryRegister()
1345 if (LoserRegs && isLoser()) in RatePrimaryRegister()
1346 LoserRegs->insert(Reg); in RatePrimaryRegister()
1354 SmallPtrSetImpl<const SCEV *> *LoserRegs) { in RateFormula() argument
1365 RatePrimaryRegister(F, ScaledReg, Regs, LoserRegs); in RateFormula()
1374 RatePrimaryRegister(F, BaseReg, Regs, LoserRegs); in RateFormula()
4365 SmallPtrSet<const SCEV *, 16> LoserRegs; in FilterOutUndesirableDedicatedRegisters() local
[all …]