Lines Matching refs:Args
43 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
46 "Number of unread args replaced with undef");
267 std::vector<Value*> Args;
275 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
292 Args, "", Call);
296 New = CallInst::Create(NF, Args, "", Call);
304 Args.clear();
383 // Now go through all unused args and replace them with "undef".
610 DEBUG(dbgs() << "DAE - Inspecting args for fn: " << F.getName() << "\n");
879 std::vector<Value*> Args;
909 Args.push_back(*I);
921 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
927 Args.push_back(*I);
931 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
945 Args, "", Call);
949 New = CallInst::Create(NF, Args, "", Call);
957 Args.clear();