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

References

lib/Target/AVR/AVRInstrInfo.cpp
  270   MachineBasicBlock::iterator I = MBB.end();
  271   MachineBasicBlock::iterator UnCondBrIter = MBB.end();
  273   while (I != MBB.begin()) {
  302       while (std::next(I) != MBB.end()) {
  310       if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  313         I = MBB.end();
  314         UnCondBrIter = MBB.end();
  332       if (AllowModify && UnCondBrIter != MBB.end() &&
  333           MBB.isLayoutSuccessor(TargetBB)) {
  355         BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC))
  355         BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC))
  357         BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk))
  357         BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk))
  364         UnCondBrIter = MBB.end();
  365         I = MBB.end();