Home
last modified time | relevance | path

Searched defs:SubRegIndexCompositionGraph (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1630 struct SubRegIndexCompositionGraph { struct
1631 std::deque<CodeGenSubRegIndex> &SubRegIndices;
1632 CodeGenSubRegIndex::CompMap EntryNode;
1634 SubRegIndexCompositionGraph(std::deque<CodeGenSubRegIndex> &SubRegIndices) in SubRegIndexCompositionGraph() function