Lines Matching defs:GraphTraits
1644 template <> struct llvm::GraphTraits<SubRegIndexCompositionGraph> { struct in llvm
1645 using NodeRef =
1650 using CompMapIt = CodeGenSubRegIndex::CompMap::const_reverse_iterator;
1651 struct ChildIteratorType
1662 static NodeRef getEntryNode(const SubRegIndexCompositionGraph &G) { in getEntryNode()
1666 static const CodeGenSubRegIndex::CompMap *children(NodeRef N) { in children()
1672 static ChildIteratorType child_begin(NodeRef N) { in child_begin()
1675 static ChildIteratorType child_end(NodeRef N) { in child_end()
1679 static auto nodes_begin(SubRegIndexCompositionGraph *G) { in nodes_begin()
1682 static auto nodes_end(SubRegIndexCompositionGraph *G) { in nodes_end()
1686 static unsigned size(SubRegIndexCompositionGraph *G) { in size()