Searched defs:OtherVNI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1302 // Merge this value into OtherVNI and erase the defining instruction.
1307 // Merge this value into OtherVNI but keep the defining instruction.
1308 // This is for the special case where OtherVNI is defined by the same
1312 // Keep this value, and have it replace OtherVNI where possible. This
1313 // complicates value mapping since OtherVNI maps to two different values
1342 VNInfo *OtherVNI; member in struct:__anon21180::JoinVals::Val
1365 RedefVNI(0), OtherVNI(0), ErasableImplicitDef(false),
1457 /// both OtherVNI and RedefVNI have been analyzed and mapped before returning.
1519 if (VNInfo *OtherVNI = OtherLRQ.valueDefined()) {
1520 assert(SlotIndex::isSameInstr(VNI->def, OtherVNI
[all...]

Completed in 45 milliseconds