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 1248 of file LazyCallGraph.h.
using llvm::GraphTraits< LazyCallGraph * >::ChildIteratorType = LazyCallGraph::EdgeSequence::iterator |
Definition at line 1250 of file LazyCallGraph.h.
using llvm::GraphTraits< LazyCallGraph * >::NodeRef = LazyCallGraph::Node * |
Definition at line 1249 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1253 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1254 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1252 of file LazyCallGraph.h.
References N.