LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/ProfiledCallGraph.h"
Public Types | |
using | NodeType = ProfiledCallGraphNode |
using | NodeRef = ProfiledCallGraphNode * |
using | EdgeType = NodeType::edge |
using | ChildIteratorType = NodeType::const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef PCGN) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 217 of file ProfiledCallGraph.h.
using llvm::GraphTraits< ProfiledCallGraphNode * >::ChildIteratorType = NodeType::const_iterator |
Definition at line 221 of file ProfiledCallGraph.h.
using llvm::GraphTraits< ProfiledCallGraphNode * >::EdgeType = NodeType::edge |
Definition at line 220 of file ProfiledCallGraph.h.
using llvm::GraphTraits< ProfiledCallGraphNode * >::NodeRef = ProfiledCallGraphNode * |
Definition at line 219 of file ProfiledCallGraph.h.
using llvm::GraphTraits< ProfiledCallGraphNode * >::NodeType = ProfiledCallGraphNode |
Definition at line 218 of file ProfiledCallGraph.h.
|
inlinestatic |
Definition at line 224 of file ProfiledCallGraph.h.
References N.
|
inlinestatic |
Definition at line 225 of file ProfiledCallGraph.h.
References N.
|
inlinestatic |
Definition at line 223 of file ProfiledCallGraph.h.