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

References

lib/CodeGen/SplitKit.cpp
 1176       std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
 1182         LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB));
 1185           LRC.setLiveOutValue(&*MBB, VNI);
 1188         ++MBB;
 1195         LLVM_DEBUG(dbgs() << ">" << printMBBReference(*MBB));
 1196         BlockEnd = LIS.getMBBEndIdx(&*MBB);
 1203             LRC.setLiveOutValue(&*MBB, VNI); // Live-out as well.
 1208             LRC.addLiveInBlock(LI, MDT[&*MBB], End);
 1211             LRC.addLiveInBlock(LI, MDT[&*MBB]);
 1212             LRC.setLiveOutValue(&*MBB, nullptr);
 1216         ++MBB;