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

References

lib/CodeGen/MachineLoopInfo.cpp
   56   MachineFunction::iterator Begin = TopMBB->getParent()->begin();
   57   if (TopMBB->getIterator() != Begin) {
   58     MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator());
   60       TopMBB = PriorMBB;
   61       if (TopMBB->getIterator() == Begin)
   63       PriorMBB = &*std::prev(TopMBB->getIterator());
   66   return TopMBB;