Searched defs:SubRegIndexCompositionGraph (Results 1 – 1 of 1) sorted by relevance
1630 struct SubRegIndexCompositionGraph { struct1631 std::deque<CodeGenSubRegIndex> &SubRegIndices;1632 CodeGenSubRegIndex::CompMap EntryNode;1634 SubRegIndexCompositionGraph(std::deque<CodeGenSubRegIndex> &SubRegIndices) in SubRegIndexCompositionGraph() function