LLVM 20.0.0git
|
GraphTraits for iterating over a sub-tree of the CycleT tree. More...
#include "llvm/ADT/GenericCycleInfo.h"
Public Types | |
using | NodeRef = CycleRefT |
using | nodes_iterator = ChildIteratorT |
using | ChildIteratorType = nodes_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef Graph) |
static ChildIteratorType | child_begin (NodeRef Ref) |
static ChildIteratorType | child_end (NodeRef Ref) |
GraphTraits for iterating over a sub-tree of the CycleT tree.
Definition at line 321 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::ChildIteratorType = nodes_iterator |
Definition at line 325 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::NodeRef = CycleRefT |
Definition at line 322 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::nodes_iterator = ChildIteratorT |
Definition at line 324 of file GenericCycleInfo.h.
|
inlinestatic |
Definition at line 329 of file GenericCycleInfo.h.
References llvm::Ref.
|
inlinestatic |
Definition at line 332 of file GenericCycleInfo.h.
References llvm::Ref.
|
inlinestatic |
Definition at line 327 of file GenericCycleInfo.h.