My Project
|
#include <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) |
using llvm::GraphTraits< const mlir::CallGraph * >::nodes_iterator = mlir::CallGraph::iterator |
|
inlinestatic |
The entry node into the graph is the external node.
|
inlinestatic |
|
inlinestatic |