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

References

lib/CodeGen/SlotIndexes.cpp
  120   Mi2IndexMap::iterator mi2iItr = mi2iMap.find(&MI);
  126   assert(MIEntry.getInstr() == &MI && "Instruction indexes broken.");
  131   if (MI.isBundledWithSucc()) {
  133     assert(!MI.isBundledWithPred() && "Should have first bundle isntruction");
  135     MachineBasicBlock::instr_iterator Next = std::next(MI.getIterator());