LLVM 20.0.0git
|
#include "llvm/Analysis/LazyCallGraph.h"
Public Types | |
using | NodeRef = LazyCallGraph::Node * |
using | ChildIteratorType = LazyCallGraph::EdgeSequence::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1240 of file LazyCallGraph.h.
using llvm::GraphTraits< LazyCallGraph::Node * >::ChildIteratorType = LazyCallGraph::EdgeSequence::iterator |
Definition at line 1242 of file LazyCallGraph.h.
using llvm::GraphTraits< LazyCallGraph::Node * >::NodeRef = LazyCallGraph::Node * |
Definition at line 1241 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1245 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1246 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1244 of file LazyCallGraph.h.
References N.