Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h312 template <typename CycleRefT, typename ChildIteratorT> struct CycleGraphTraits { struct
313 using NodeRef = CycleRefT;
315 using nodes_iterator = ChildIteratorT;
316 using ChildIteratorType = nodes_iterator;
318 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode()
320 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin()
323 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DGenericCycleInfo.h317 template <typename CycleRefT, typename ChildIteratorT> struct CycleGraphTraits { struct
318 using NodeRef = CycleRefT;
320 using nodes_iterator = ChildIteratorT;
321 using ChildIteratorType = nodes_iterator;
323 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode()
325 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin()
328 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DGenericCycleInfo.h317 template <typename CycleRefT, typename ChildIteratorT> struct CycleGraphTraits { struct
318 using NodeRef = CycleRefT;
320 using nodes_iterator = ChildIteratorT;
321 using ChildIteratorType = nodes_iterator;
323 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode()
325 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin()
328 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DGenericCycleInfo.h317 template <typename CycleRefT, typename ChildIteratorT> struct CycleGraphTraits { struct
318 using NodeRef = CycleRefT;
320 using nodes_iterator = ChildIteratorT;
321 using ChildIteratorType = nodes_iterator;
323 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode()
325 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin()
328 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DGenericCycleInfo.h317 template <typename CycleRefT, typename ChildIteratorT> struct CycleGraphTraits { struct
318 using NodeRef = CycleRefT;
320 using nodes_iterator = ChildIteratorT;
321 using ChildIteratorType = nodes_iterator;
323 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode()
325 static ChildIteratorType child_begin(NodeRef Ref) { in child_begin()
328 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end()