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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp808 SmallPtrSet<const SCEV *, 16> *LoserRegs = 0);
822 SmallPtrSet<const SCEV *, 16> *LoserRegs);
874 /// before, rate it. Optional LoserRegs provides a way to declare any formula
880 SmallPtrSet<const SCEV *, 16> *LoserRegs) {
881 if (LoserRegs && LoserRegs->count(Reg)) {
888 LoserRegs->insert(Reg);
898 SmallPtrSet<const SCEV *, 16> *LoserRegs) {
905 RatePrimaryRegister(ScaledReg, Regs, L, SE, DT, LoserRegs);
916 RatePrimaryRegister(BaseReg, Regs, L, SE, DT, LoserRegs);
876 RatePrimaryRegister(const SCEV *Reg, SmallPtrSet<const SCEV *, 16> &Regs, const Loop *L, ScalarEvolution &SE, DominatorTree &DT, SmallPtrSet<const SCEV *, 16> *LoserRegs) argument
892 RateFormula(const Formula &F, SmallPtrSet<const SCEV *, 16> &Regs, const DenseSet<const SCEV *> &VisitedRegs, const Loop *L, const SmallVectorImpl<int64_t> &Offsets, ScalarEvolution &SE, DominatorTree &DT, SmallPtrSet<const SCEV *, 16> *LoserRegs) argument
3662 SmallPtrSet<const SCEV *, 16> LoserRegs; local
[all...]

Completed in 106 milliseconds