Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1536 for (const auto *TRCI : TRI->regclasses()) in getValueForInstrRef() local
1537 if (TRCI->contains(Reg)) in getValueForInstrRef()
1538 TRC = TRCI; in getValueForInstrRef()