Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp93 struct SubGraphTraits { struct
94 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;
95 using BaseSuccIterator = GraphTraits<RegionNode *>::ChildIteratorType;
99 class WrappedSuccIterator
113 static bool filterAll(const NodeRef &N) { return true; } in filterAll()
116 using ChildIteratorType =
119 static NodeRef getEntryNode(Region *R) { in getEntryNode()
123 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode()
125 static iterator_range<ChildIteratorType> children(const NodeRef &N) { in children()
134 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin()
[all …]