Lines Matching refs:Args
45 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
48 "Number of unread args replaced with undef");
158 std::vector<Value*> Args;
166 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
186 Args, OpBundles, "", Call);
190 New = CallInst::Create(NF, Args, OpBundles, "", Call);
198 Args.clear();
272 for (Argument &Arg : Fn.args()) {
287 // Now go through all unused args and replace them with "undef".
466 // Functions with inalloca parameters are expecting args in a particular
569 DEBUG(dbgs() << "DeadArgumentEliminationPass - Inspecting args for fn: "
827 std::vector<Value*> Args;
853 Args.push_back(*I);
865 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
871 Args.push_back(*I);
875 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
892 Args, OpBundles, "", Call->getParent());
896 New = CallInst::Create(NF, Args, OpBundles, "", Call);
904 Args.clear();