reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/Thumb1FrameLowering.cpp
  938   MachineFunction &MF = *MBB.getParent();
  945   DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
  972   auto Terminator = MBB.getFirstTerminator();
  973   if (Terminator != MBB.end() && Terminator->getOpcode() == ARM::tBX_RET) {
 1003         BuildMI(MBB, MI, DL, TII.get(ARM::tPOP)).add(predOps(ARMCC::AL));
 1010       BuildMI(MBB, MI, DL, TII.get(ARM::tMOVr))
 1035       if (!MBB.succ_empty() ||
 1055       if (MI != MBB.end())
 1057       MI = MBB.erase(MI);
 1065     MBB.insert(MI, &*MIB);