Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BlockEnd

858       SlotIndex BlockStart, BlockEnd;
859 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
863 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
867 if (BlockEnd <= End)
872 BlockStart = BlockEnd;
879 BlockEnd = LIS.getMBBEndIdx(MBB);
883 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
885 if (End >= BlockEnd)
890 if (End < BlockEnd)
898 BlockStart = BlockEnd;