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

References

lib/Target/Mips/MipsDelaySlotFiller.cpp
  599   const MipsSubtarget &STI = MBB.getParent()->getSubtarget<MipsSubtarget>();
  603   for (Iter I = MBB.begin(); I != MBB.end(); ++I) {
  603   for (Iter I = MBB.begin(); I != MBB.end(); ++I) {
  615         if (searchBackward(MBB, *I)) {
  618           if (searchSuccBBs(MBB, I)) {
  621         } else if (searchForward(MBB, I)) {
  660       I = replaceWithCompactBranch(MBB, I, I->getDebugLoc());
  666     BuildMI(MBB, std::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
  667     MIBundleBuilder(MBB, I, std::next(I, 2));