Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3238 SlotIndex OtherDef; in pruneSubRegValues() local
3240 OtherDef = V.OtherVNI->def; in pruneSubRegValues()
3262 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) { in pruneSubRegValues()