Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BlockStart

858       SlotIndex BlockStart, BlockEnd;
859 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
862 if (Start != BlockStart) {
863 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
872 BlockStart = BlockEnd;
876 assert(Start <= BlockStart && "Expected live-in block");
877 while (BlockStart < End) {
880 if (BlockStart == ParentVNI->def) {
883 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
898 BlockStart = BlockEnd;