Home | History | Annotate | Download | only in IPA

Lines Matching refs:Arg

92   bool lookupSROAArgAndCost(Value *V, Value *&Arg,
178 Value *V, Value *&Arg, DenseMap<Value *, int>::iterator &CostIt) {
186 Arg = ArgIt->second;
187 CostIt = SROAArgCosts.find(Arg);