Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BlockEnd

889       SlotIndex BlockStart, BlockEnd;
890 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
894 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End));
898 if (BlockEnd <= End)
903 BlockStart = BlockEnd;
910 BlockEnd = LIS.getMBBEndIdx(MBB);
914 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End));
916 if (End >= BlockEnd)
921 if (End < BlockEnd)
929 BlockStart = BlockEnd;