reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
582 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); 589 if (BValNo->def != CopyIdx) return false; 592 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true); 644 LiveInterval::iterator SS = S.FindSegmentContaining(CopyIdx); 649 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); 669 bool RecomputeLiveRange = AS->end == CopyIdx; 673 if (SS != S.end() && SS->end == CopyIdx) {