Home | History | Annotate | Download | only in Hexagon

Lines Matching full:mii

204     MachineBasicBlock::const_instr_iterator MII = MI;
205 ++MII;
207 while (MII != MBB->end() && MII->isInsideBundle()) {
208 const MachineInstr *MInst = MII;
212 ++MII;
215 //BundleMIs.push_back(&*MII);
217 ++MII;
300 const MCInstrInfo &MII,
304 return(new HexagonInstPrinter(MAI, MII, MRI));