Home
last modified time | relevance | path

Searched defs:getCallGraph (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h356 const CallGraph &getCallGraph() const { return *G; } getCallGraph() function
357 CallGraph &getCallGraph() { return *G; } getCallGraph() function
H A DCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp89 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo