Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h123 VNInfo *valueOut() const { in valueOut() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1615 if (Q.valueOut() == nullptr) in addUndefFlag()
3022 if (V.Identical && S.Query(OtherDef).valueOut()) { in pruneSubRegValues()
3032 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()
H A DLiveInterval.cpp1318 VNI = LI.Query(Idx).valueOut(); in Distribute()