Lines Matching defs:BlockEnd
1188 SlotIndex BlockStart, BlockEnd;
1189 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
1193 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
1197 if (BlockEnd <= End)
1202 BlockStart = BlockEnd;
1209 BlockEnd = LIS.getMBBEndIdx(&*MBB);
1213 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
1215 if (End >= BlockEnd)
1220 if (End < BlockEnd)
1228 BlockStart = BlockEnd;