LLVM 22.0.0git
|
#include "llvm/ADT/GenericCycleInfo.h"
Public Types | |
using | NodeRef |
Public Types inherited from llvm::CycleGraphTraits< GenericCycle< BlockT > *, GenericCycle< BlockT >::const_child_iterator > | |
using | NodeRef |
using | nodes_iterator |
using | ChildIteratorType |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::CycleGraphTraits< GenericCycle< BlockT > *, GenericCycle< BlockT >::const_child_iterator > | |
static NodeRef | getEntryNode (NodeRef Graph) |
static ChildIteratorType | child_begin (NodeRef Ref) |
static ChildIteratorType | child_end (NodeRef Ref) |
Definition at line 391 of file GenericCycleInfo.h.
using llvm::GraphTraits< GenericCycle< BlockT > * >::NodeRef |
Definition at line 95 of file GraphTraits.h.