Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3243 SlotIndex OtherDef; in pruneSubRegValues() local
3245 OtherDef = V.OtherVNI->def; in pruneSubRegValues()
3267 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) { in pruneSubRegValues()