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

References

lib/Target/ARM/Thumb1FrameLowering.cpp
  945   DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
  945   DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
 1003         BuildMI(MBB, MI, DL, TII.get(ARM::tPOP)).add(predOps(ARMCC::AL));
 1010       BuildMI(MBB, MI, DL, TII.get(ARM::tMOVr))
 1036           MI->getOpcode() == ARM::TCRETURNdi ||
 1037           MI->getOpcode() == ARM::TCRETURNri)
 1055       if (MI != MBB.end())
 1056         MIB.copyImplicitOps(*MI);
 1057       MI = MBB.erase(MI);
 1057       MI = MBB.erase(MI);
 1065     MBB.insert(MI, &*MIB);