|
LLVM 24.0.0git
|
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) |
Definition at line 147 of file WebAssemblyFixIrreducibleControlFlow.cpp.
| using llvm::GraphTraits< ReachabilityGraph * >::ChildIteratorType = SmallVectorImpl<NodeRef>::iterator |
Definition at line 149 of file WebAssemblyFixIrreducibleControlFlow.cpp.
| using llvm::GraphTraits< ReachabilityGraph * >::NodeRef = ReachabilityNode * |
Definition at line 148 of file WebAssemblyFixIrreducibleControlFlow.cpp.
|
inlinestatic |
Definition at line 155 of file WebAssemblyFixIrreducibleControlFlow.cpp.
References N.
|
inlinestatic |
Definition at line 159 of file WebAssemblyFixIrreducibleControlFlow.cpp.
References N.
|
inlinestatic |
Definition at line 151 of file WebAssemblyFixIrreducibleControlFlow.cpp.
References G.