Home
last modified time | relevance | path

Searched refs:SVNI (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1656 if (VNInfo *SVNI = S.getVNInfoAt(Pos)) in removeVRegDefAt() local
1657 if (SVNI->def.getBaseIndex() == Pos.getBaseIndex()) in removeVRegDefAt()
1658 S.removeValNo(SVNI); in removeVRegDefAt()
DRegisterCoalescer.cpp1607 VNInfo *SVNI = SR.getVNInfoAt(RegIndex); in eliminateUndefCopy() local
1608 assert(SVNI != nullptr && SlotIndex::isSameInstr(SVNI->def, RegIndex)); in eliminateUndefCopy()
1609 SR.removeValNo(SVNI); in eliminateUndefCopy()