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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp901 SmallPtrSet<const SCEV *, 16> *LoserRegs = nullptr);
915 SmallPtrSet<const SCEV *, 16> *LoserRegs);
967 /// before, rate it. Optional LoserRegs provides a way to declare any formula
973 SmallPtrSet<const SCEV *, 16> *LoserRegs) {
974 if (LoserRegs && LoserRegs->count(Reg)) {
980 if (LoserRegs && isLoser())
981 LoserRegs->insert(Reg);
993 SmallPtrSet<const SCEV *, 16> *LoserRegs) {
1001 RatePrimaryRegister(ScaledReg, Regs, L, SE, DT, LoserRegs);
969 RatePrimaryRegister(const SCEV *Reg, SmallPtrSet<const SCEV *, 16> &Regs, const Loop *L, ScalarEvolution &SE, DominatorTree &DT, SmallPtrSet<const SCEV *, 16> *LoserRegs) argument
985 RateFormula(const TargetTransformInfo &TTI, 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, const LSRUse &LU, SmallPtrSet<const SCEV *, 16> *LoserRegs) argument
3919 SmallPtrSet<const SCEV *, 16> LoserRegs; local
[all...]

Completed in 39 milliseconds