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

References

lib/Target/Mips/MipsExpandPseudo.cpp
  119   MF->insert(It, loop1MBB);
  132   BB.addSuccessor(loop1MBB, BranchProbability::getOne());
  133   loop1MBB->addSuccessor(sinkMBB);
  134   loop1MBB->addSuccessor(loop2MBB);
  135   loop1MBB->normalizeSuccProbs();
  136   loop2MBB->addSuccessor(loop1MBB);
  145   BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0);
  146   BuildMI(loop1MBB, DL, TII->get(Mips::AND), Scratch2)
  149   BuildMI(loop1MBB, DL, TII->get(BNE))
  170       .addMBB(loop1MBB);
  192   computeAndAddLiveIns(LiveRegs, *loop1MBB);