Home | History | Annotate | Download | only in IPO

Lines Matching refs:ArgNo

363       unsigned ArgNo = UnusedArgs[I];
365 Value *Arg = CS.getArgument(ArgNo);
366 CS.setArgument(ArgNo, UndefValue::get(Arg->getType()));
450 unsigned ArgNo = CS.getArgumentNo(U);
452 if (ArgNo >= F->getFunctionType()->getNumParams())
456 assert(CS.getArgument(ArgNo)
462 RetOrArg Use = CreateArg(F, ArgNo);