LLVM  4.0.0
llvm::LazyCallGraph Member List

This is the complete list of members for llvm::LazyCallGraph, including all inherited members.

begin()llvm::LazyCallGraphinline
EdgeVectorImplT typedefllvm::LazyCallGraph
EdgeVectorT typedefllvm::LazyCallGraph
end()llvm::LazyCallGraphinline
get(Function &F)llvm::LazyCallGraphinline
insertEdge(Node &Caller, Function &Callee, Edge::Kind EK)llvm::LazyCallGraph
insertEdge(Function &Caller, Function &Callee, Edge::Kind EK)llvm::LazyCallGraphinline
LazyCallGraph(Module &M)llvm::LazyCallGraph
LazyCallGraph(LazyCallGraph &&G)llvm::LazyCallGraph
lookup(const Function &F) const llvm::LazyCallGraphinline
lookupRefSCC(Node &N) const llvm::LazyCallGraphinline
lookupSCC(Node &N) const llvm::LazyCallGraphinline
operator=(LazyCallGraph &&RHS)llvm::LazyCallGraph
postorder_ref_scc_begin()llvm::LazyCallGraphinline
postorder_ref_scc_end()llvm::LazyCallGraphinline
postorder_ref_sccs()llvm::LazyCallGraphinline
removeDeadFunction(Function &F)llvm::LazyCallGraph
removeEdge(Node &Caller, Function &Callee)llvm::LazyCallGraph
removeEdge(Function &Caller, Function &Callee)llvm::LazyCallGraphinline
visitReferences(SmallVectorImpl< Constant * > &Worklist, SmallPtrSetImpl< Constant * > &Visited, CallbackT Callback)llvm::LazyCallGraphinlinestatic