My Project
|
#include <CallGraph.h>
Public Types | |
using | NodeRef = mlir::CallGraphNode * |
using | ChildIteratorType = mapped_iterator< mlir::CallGraphNode::iterator, decltype(&unwrap)> |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef node) |
static NodeRef | unwrap (const mlir::CallGraphNode::Edge &edge) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
using llvm::GraphTraits< const mlir::CallGraphNode * >::ChildIteratorType = mapped_iterator<mlir::CallGraphNode::iterator, decltype(&unwrap)> |
using llvm::GraphTraits< const mlir::CallGraphNode * >::NodeRef = mlir::CallGraphNode * |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |