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

References

lib/Target/Mips/MipsDelaySlotFiller.cpp
  603   for (Iter I = MBB.begin(); I != MBB.end(); ++I) {
  603   for (Iter I = MBB.begin(); I != MBB.end(); ++I) {
  604     if (!hasUnoccupiedSlot(&*I))
  614            !TII->getEquivalentCompactForm(I)) {
  615         if (searchBackward(MBB, *I)) {
  617         } else if (I->isTerminator()) {
  618           if (searchSuccBBs(MBB, I)) {
  621         } else if (searchForward(MBB, I)) {
  628         MachineBasicBlock::instr_iterator DSI = I.getInstrIterator();
  659         TII->getEquivalentCompactForm(I)) {
  660       I = replaceWithCompactBranch(MBB, I, I->getDebugLoc());
  660       I = replaceWithCompactBranch(MBB, I, I->getDebugLoc());
  660       I = replaceWithCompactBranch(MBB, I, I->getDebugLoc());
  666     BuildMI(MBB, std::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
  666     BuildMI(MBB, std::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
  667     MIBundleBuilder(MBB, I, std::next(I, 2));
  667     MIBundleBuilder(MBB, I, std::next(I, 2));