Lines Matching refs:OtherVNI

1656     VNInfo *OtherVNI;  member
1679 RedefVNI(nullptr), OtherVNI(nullptr), ErasableImplicitDef(false), in Val()
1934 if (VNInfo *OtherVNI = OtherLRQ.valueDefined()) { in analyzeValue() local
1935 assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ"); in analyzeValue()
1939 if (OtherVNI->def < VNI->def) in analyzeValue()
1940 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
1941 else if (VNI->def < OtherVNI->def && OtherLRQ.valueIn()) { in analyzeValue()
1944 V.OtherVNI = OtherLRQ.valueIn(); in analyzeValue()
1947 V.OtherVNI = OtherVNI; in analyzeValue()
1948 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue()
1965 V.OtherVNI = OtherLRQ.valueIn(); in analyzeValue()
1966 if (!V.OtherVNI) in analyzeValue()
1970 assert(!SlotIndex::isSameInstr(VNI->def, V.OtherVNI->def) && "Broken LRQ"); in analyzeValue()
1974 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
1975 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue()
1985 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
1986 DEBUG(dbgs() << "IMPLICIT_DEF defined at " << V.OtherVNI->def in analyzeValue()
2027 && valuesIdentical(VNI, V.OtherVNI, Other)) in analyzeValue()
2095 assert(V.OtherVNI && "OtherVNI not assigned, can't merge."); in computeAssignment()
2096 assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion"); in computeAssignment()
2097 Assignments[ValNo] = Other.Assignments[V.OtherVNI->id]; in computeAssignment()
2100 << PrintReg(Other.Reg) << ':' << V.OtherVNI->id << '@' in computeAssignment()
2101 << V.OtherVNI->def << " --> @" in computeAssignment()
2107 assert(V.OtherVNI && "OtherVNI not assigned, can't prune"); in computeAssignment()
2108 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment()
2204 assert(V.OtherVNI && "Inconsistent conflict resolution."); in resolveConflicts()
2206 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts()
2268 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()
2287 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues()