reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1176 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); 1179 if (Start != BlockStart) { 1180 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); 1189 BlockStart = BlockEnd; 1193 assert(Start <= BlockStart && "Expected live-in block"); 1194 while (BlockStart < End) { 1197 if (BlockStart == ParentVNI->def) { 1200 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); 1215 BlockStart = BlockEnd;