reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
770 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); 771 assert(BValNo != nullptr && BValNo->def == CopyIdx); 774 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); 905 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); 906 assert(SubBValNo->def == CopyIdx); 925 SlotIndex AIdx = CopyIdx.getRegSlot(true); 942 [&Allocator, &SA, CopyIdx, ASubValNo, 944 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) 945 : SR.getVNInfoAt(CopyIdx); 960 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) 961 if (S->start.getBaseIndex() == CopyIdx.getBaseIndex())