HomeSort by: relevance | last modified time | path
    Searched refs:getCallGraph (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallPrinter.cpp 83 CallGraph *getCallGraph() const { return CG; }
115 return CGInfo->getCallGraph()->getExternalCallingNode();
129 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr);
132 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr);
155 if (Node == CGInfo->getCallGraph()->getExternalCallingNode())
157 if (Node == CGInfo->getCallGraph()->getCallsExternalNode())
CallGraphSCCPass.cpp 510 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
699 SCC.getCallGraph().getModule().print(OS, nullptr);
720 SCC.getCallGraph().getModule().print(OS, nullptr);
754 SCC.getCallGraph().getModule().getContext().getOptPassGate();
GlobalsModRef.cpp 1034 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph())));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 115 const CallGraph &getCallGraph() { return CG; }
CallGraph.h 348 const CallGraph &getCallGraph() const { return *G; }
349 CallGraph &getCallGraph() { return *G; }
  /src/external/apache2/llvm/dist/llvm/tools/opt/
PrintSCC.cpp 94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Internalize.cpp 269 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr;
PruneEH.cpp 174 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
ArgumentPromotion.cpp 1115 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
Inliner.cpp 534 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
OpenMPOpt.cpp 2576 if (!containsOpenMP(CGSCC.getCallGraph().getModule(), OMPInModule))
2601 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
FunctionAttrs.cpp 1799 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
Attributor.cpp 2577 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 2168 auto &M = SCC.getCallGraph().getModule();
2182 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();

Completed in 69 milliseconds