Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BlockEnd

973       SlotIndex BlockStart, BlockEnd;
974 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
978 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End));
982 if (BlockEnd <= End)
987 BlockStart = BlockEnd;
994 BlockEnd = LIS.getMBBEndIdx(&*MBB);
998 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End));
1000 if (End >= BlockEnd)
1005 if (End < BlockEnd)
1013 BlockStart = BlockEnd;