Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp227 LiveQueryResult SLRQ);
1926 LiveRange &S, const MachineBasicBlock *MBB, LiveQueryResult SLRQ) { in copyValueUndefInPredecessors() argument
1931 if (V->id != SLRQ.valueOutOrDead()->id) in copyValueUndefInPredecessors()
2036 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy() local
2037 if (VNInfo *SDefVNI = SLRQ.valueDefined()) { in joinCopy()
2038 if (VNInfo *SReadVNI = SLRQ.valueIn()) in joinCopy()
2043 if (copyValueUndefInPredecessors(S, MBB, SLRQ)) { in joinCopy()