| MLIR
    22.0.0git
    | 
#include "mlir/Analysis/CallGraph.h"
 Inheritance diagram for llvm::GraphTraits< const mlir::CallGraphNode * >:
 Inheritance diagram for llvm::GraphTraits< const mlir::CallGraphNode * >:| 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) | 
Definition at line 233 of file CallGraph.h.
| using llvm::GraphTraits< const mlir::CallGraphNode * >::ChildIteratorType = mapped_iterator<mlir::CallGraphNode::iterator, decltype(&unwrap)> | 
Definition at line 242 of file CallGraph.h.
| using llvm::GraphTraits< const mlir::CallGraphNode * >::NodeRef = mlir::CallGraphNode * | 
Definition at line 234 of file CallGraph.h.
| 
 | inlinestatic | 
Definition at line 244 of file CallGraph.h.
References mlir::CallGraphNode::begin(), and unwrap().
| 
 | inlinestatic | 
Definition at line 247 of file CallGraph.h.
References mlir::CallGraphNode::end(), and unwrap().
| 
 | inlinestatic | 
Definition at line 235 of file CallGraph.h.
| 
 | inlinestatic | 
Definition at line 237 of file CallGraph.h.
References mlir::CallGraphNode::Edge::getTarget().