Home | History | Annotate | Download | only in IPO

Lines Matching refs:Args

45 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
48 "Number of unread args replaced with undef");
233 std::vector<Value*> Args;
241 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
258 Args, "", Call);
262 New = CallInst::Create(NF, Args, "", Call);
270 Args.clear();
361 // Now go through all unused args and replace them with "undef".
497 // Functions with inalloca parameters are expecting args in a particular
591 DEBUG(dbgs() << "DAE - Inspecting args for fn: " << F.getName() << "\n");
860 std::vector<Value*> Args;
890 Args.push_back(*I);
902 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
908 Args.push_back(*I);
912 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
926 Args, "", Call);
930 New = CallInst::Create(NF, Args, "", Call);
938 Args.clear();