Lines Matching refs:Instructions
155 DenseMap<const MachineInstr *, InstrInfo> Instructions; member in __anonea5d1cc30111::SIWholeQuadMode
235 auto III = Instructions.find(&MI); in printInfo()
236 if (III == Instructions.end()) in printInfo()
248 InstrInfo &II = Instructions[&MI]; in markInstruction()
325 InstrInfo &III = Instructions[&MI]; in scanInstructions()
419 InstrInfo II = Instructions[&MI]; // take a copy to prevent dangling references in propagateInstruction()
426 Instructions[&MI].Needs = StateWQM; in propagateInstruction()
443 InstrInfo &PrevII = Instructions[PrevMI]; in propagateInstruction()
470 InstrInfo &LastII = Instructions[LastMI]; in propagateBlock()
727 auto III = Instructions.find(&MI); in processBlock()
728 if (III != Instructions.end()) { in processBlock()
846 Instructions.clear(); in runOnMachineFunction()