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

References

lib/CodeGen/MachineVerifier.cpp
 2635          PE = MFI->pred_end(); PI != PE; ++PI) {
 2635          PE = MFI->pred_end(); PI != PE; ++PI) {
 2636       SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI);
 2644         if (LiveRangeCalc::isJointlyDominated(*PI, Undefs, *Indexes))
 2646         report("Register not marked live out of predecessor", *PI);
 2657         report("Different value live out of predecessor", *PI);
 2660                << printMBBReference(*(*PI)) << '@' << PEnd << "\nValno #"