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

References

lib/Target/Sparc/LeonPasses.cpp
  135     for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) {
  135     for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) {
  136       MachineInstr &MI = *MBBI;
  145           BuildMI(MBB, MBBI, DL, TII.get(SP::NOP));
  147         MachineBasicBlock::iterator NMBBI = std::next(MBBI);