Searched refs:OtherDef (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3073 SlotIndex OtherDef; local
3075 OtherDef = V.OtherVNI->def;
3097 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) {
3098 // If V is identical to V.OtherVNI (and S was live at OtherDef),

Completed in 103 milliseconds