Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1561 for (const auto *TRCI : TRI->regclasses()) in getValueForInstrRef() local
1562 if (TRCI->contains(Reg)) in getValueForInstrRef()
1563 TRC = TRCI; in getValueForInstrRef()