reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 if (LastMI && (MCID.TSFlags & ARMII::DomainMask) != ARMII::DomainGeneral) { 44 MachineInstr *DefMI = LastMI; 45 const MCInstrDesc &LastMCID = LastMI->getDesc(); 51 if (!LastMI->isBarrier() && 52 !(TII.getSubtarget().hasMuxedUnits() && LastMI->mayLoadOrStore()) && 54 MachineBasicBlock::iterator I = LastMI; 55 if (I != LastMI->getParent()->begin()) { 76 LastMI = nullptr; 84 LastMI = MI; 94 LastMI = nullptr;