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

References

lib/CodeGen/MachineVerifier.cpp
 2610     ++MFI;
 2620     assert(LiveInts->isLiveInToMBB(LR, &*MFI));
 2622     if (!Register::isVirtualRegister(Reg) && MFI->isEHPad()) {
 2623       if (&*MFI == EndMBB)
 2625       ++MFI;
 2631       VNI->def == LiveInts->getMBBStartIdx(&*MFI);
 2634     for (MachineBasicBlock::const_pred_iterator PI = MFI->pred_begin(),
 2635          PE = MFI->pred_end(); PI != PE; ++PI) {
 2649         errs() << " live into " << printMBBReference(*MFI) << '@'
 2650                << LiveInts->getMBBStartIdx(&*MFI) << ", not live before "
 2661                << VNI->id << " live into " << printMBBReference(*MFI) << '@'
 2662                << LiveInts->getMBBStartIdx(&*MFI) << '\n';
 2665     if (&*MFI == EndMBB)
 2667     ++MFI;