Lines Matching defs:BlockStart
1188 SlotIndex BlockStart, BlockEnd;
1189 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
1192 if (Start != BlockStart) {
1193 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
1202 BlockStart = BlockEnd;
1206 assert(Start <= BlockStart && "Expected live-in block");
1207 while (BlockStart < End) {
1210 if (BlockStart == ParentVNI->def) {
1213 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
1228 BlockStart = BlockEnd;