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);
 1180         VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
 1184         if (BlockEnd <= End)
 1189         BlockStart = BlockEnd;
 1196         BlockEnd = LIS.getMBBEndIdx(&*MBB);
 1200           VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
 1202           if (End >= BlockEnd)
 1207           if (End < BlockEnd)
 1215         BlockStart = BlockEnd;