Lines Matching refs:Args
41 /// callee is expected to pop the args.
131 SmallVector<const MachineInstr *, 3> Args;
136 MILOHDirective(MCLOHType Kind, const LOHArgs &Args)
137 : Kind(Kind), Args(Args.begin(), Args.end()) {
142 const LOHArgs &getArgs() const { return Args; }
150 /// Add a LOH directive of this @p Kind and this @p Args.
151 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) {
152 LOHContainerSet.push_back(MILOHDirective(Kind, Args));
153 LOHRelated.insert(Args.begin(), Args.end());