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 352 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::ChildIteratorType = nodes_iterator |
Definition at line 356 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::NodeRef = CycleRefT |
Definition at line 353 of file GenericCycleInfo.h.
using llvm::CycleGraphTraits< CycleRefT, ChildIteratorT >::nodes_iterator = ChildIteratorT |
Definition at line 355 of file GenericCycleInfo.h.
|
inlinestatic |
Definition at line 360 of file GenericCycleInfo.h.
References llvm::Ref.
|
inlinestatic |
Definition at line 363 of file GenericCycleInfo.h.
References llvm::Ref.
|
inlinestatic |
Definition at line 358 of file GenericCycleInfo.h.