Lines Matching refs:OtherVNI
1702 VNInfo *OtherVNI; member
1725 RedefVNI(nullptr), OtherVNI(nullptr), ErasableImplicitDef(false), in Val()
1980 if (VNInfo *OtherVNI = OtherLRQ.valueDefined()) { in analyzeValue() local
1981 assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ"); in analyzeValue()
1985 if (OtherVNI->def < VNI->def) in analyzeValue()
1986 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
1987 else if (VNI->def < OtherVNI->def && OtherLRQ.valueIn()) { in analyzeValue()
1990 V.OtherVNI = OtherLRQ.valueIn(); in analyzeValue()
1993 V.OtherVNI = OtherVNI; in analyzeValue()
1994 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue()
2011 V.OtherVNI = OtherLRQ.valueIn(); in analyzeValue()
2012 if (!V.OtherVNI) in analyzeValue()
2016 assert(!SlotIndex::isSameInstr(VNI->def, V.OtherVNI->def) && "Broken LRQ"); in analyzeValue()
2020 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2021 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue()
2031 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2032 DEBUG(dbgs() << "IMPLICIT_DEF defined at " << V.OtherVNI->def in analyzeValue()
2073 && valuesIdentical(VNI, V.OtherVNI, Other)) in analyzeValue()
2141 assert(V.OtherVNI && "OtherVNI not assigned, can't merge."); in computeAssignment()
2142 assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion"); in computeAssignment()
2143 Assignments[ValNo] = Other.Assignments[V.OtherVNI->id]; in computeAssignment()
2146 << PrintReg(Other.Reg) << ':' << V.OtherVNI->id << '@' in computeAssignment()
2147 << V.OtherVNI->def << " --> @" in computeAssignment()
2153 assert(V.OtherVNI && "OtherVNI not assigned, can't prune"); in computeAssignment()
2154 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment()
2250 assert(V.OtherVNI && "Inconsistent conflict resolution."); in resolveConflicts()
2252 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts()
2314 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()
2333 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues()