Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp233 LiveQueryResult SLRQ);
1860 LiveRange &S, const MachineBasicBlock *MBB, LiveQueryResult SLRQ) { in copyValueUndefInPredecessors() argument
1865 if (V->id != SLRQ.valueOutOrDead()->id) in copyValueUndefInPredecessors()
1968 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy() local
1969 if (VNInfo *SDefVNI = SLRQ.valueDefined()) { in joinCopy()
1970 if (VNInfo *SReadVNI = SLRQ.valueIn()) in joinCopy()
1975 if (copyValueUndefInPredecessors(S, MBB, SLRQ)) { in joinCopy()