MLIR
16.0.0git
|
#include "mlir/Analysis/CallGraph.h"
Public Types | |
using | nodes_iterator = mlir::CallGraph::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const mlir::CallGraph *cg) |
The entry node into the graph is the external node. More... | |
static nodes_iterator | nodes_begin (mlir::CallGraph *cg) |
static nodes_iterator | nodes_end (mlir::CallGraph *cg) |
Definition at line 245 of file CallGraph.h.
using llvm::GraphTraits< const mlir::CallGraph * >::nodes_iterator = mlir::CallGraph::iterator |
Definition at line 253 of file CallGraph.h.
|
inlinestatic |
The entry node into the graph is the external node.
Definition at line 248 of file CallGraph.h.
References mlir::CallGraph::getExternalNode().
|
inlinestatic |
Definition at line 254 of file CallGraph.h.
References mlir::CallGraph::begin().
|
inlinestatic |
Definition at line 255 of file CallGraph.h.
References mlir::CallGraph::end().