LLVM 23.0.0git
llvm::GraphTraits< ReachabilityGraph * > Struct Reference
Inheritance diagram for llvm::GraphTraits< ReachabilityGraph * >:
[legend]

Public Types

using NodeRef = ReachabilityNode *
using ChildIteratorType = SmallVectorImpl<NodeRef>::iterator

Static Public Member Functions

static NodeRef getEntryNode (ReachabilityGraph *G)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 143 of file WebAssemblyFixIrreducibleControlFlow.cpp.

Member Typedef Documentation

◆ ChildIteratorType

◆ NodeRef

using llvm::GraphTraits< ReachabilityGraph * >::NodeRef = ReachabilityNode *

Definition at line 144 of file WebAssemblyFixIrreducibleControlFlow.cpp.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< ReachabilityGraph * >::child_begin ( NodeRef N)
inlinestatic

Definition at line 151 of file WebAssemblyFixIrreducibleControlFlow.cpp.

References N.

◆ child_end()

ChildIteratorType llvm::GraphTraits< ReachabilityGraph * >::child_end ( NodeRef N)
inlinestatic

Definition at line 155 of file WebAssemblyFixIrreducibleControlFlow.cpp.

References N.

◆ getEntryNode()

NodeRef llvm::GraphTraits< ReachabilityGraph * >::getEntryNode ( ReachabilityGraph * G)
inlinestatic

Definition at line 147 of file WebAssemblyFixIrreducibleControlFlow.cpp.

References G.


The documentation for this struct was generated from the following file: