Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1089 VNInfo *SVNI = SR.getVNInfoAt(RegIndex); in eliminateUndefCopy() local
1090 assert(SVNI != nullptr && SlotIndex::isSameInstr(SVNI->def, RegIndex)); in eliminateUndefCopy()
1091 SR.removeValNo(SVNI); in eliminateUndefCopy()
DLiveIntervalAnalysis.cpp1410 if (VNInfo *SVNI = S.getVNInfoAt(Pos)) in removeVRegDefAt() local
1411 S.removeValNo(SVNI); in removeVRegDefAt()