Lines Matching defs:Instructions
98 DenseMap<const MachineInstr *, InstrInfo> Instructions;
195 Instructions[&MI].Needs = Flags;
214 InstrInfo II = Instructions[&MI]; // take a copy to prevent dangling references
220 Instructions[&MI].Needs = StateWQM;
235 InstrInfo &PrevII = Instructions[PrevMI];
264 InstrInfo &DefII = Instructions[&DefMI];
288 InstrInfo &LastII = Instructions[LastMI];
407 auto InstrInfoIt = Instructions.find(&MI);
408 if (InstrInfoIt != Instructions.end()) {
461 Instructions.clear();