Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCallGraph.h360 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function
361 CallGraph &getCallGraph() { return *G; } in getCallGraph() function
HDCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDCallPrinter.cpp89 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo