LLVM 20.0.0git
|
#include "llvm/ADT/GenericCycleInfo.h"
Additional Inherited Members | |
Public Types inherited from llvm::CycleGraphTraits< GenericCycle< BlockT > *, GenericCycle< BlockT >::const_child_iterator > | |
using | NodeRef = GenericCycle< BlockT > * |
using | nodes_iterator = GenericCycle< BlockT >::const_child_iterator |
using | ChildIteratorType = nodes_iterator |
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 360 of file GenericCycleInfo.h.