Searched defs:CGN (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp241 CallGraphNode *CGN = CG[BB->getParent()]; local
H A DInliner.cpp561 CallGraphNode *CGN = I->second; local
H A DArgumentPromotion.cpp122 CallGraphNode *ArgPromotion::PromoteArguments(CallGraphNode *CGN) { argument
890 CallGraphNode *CGN = CG[F]; local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp218 Function *CallGraph::removeFunctionFromModule(CallGraphNode *CGN) { argument
248 CallGraphNode *&CGN = FunctionMap[F]; local
H A DCallGraphSCCPass.cpp191 CallGraphNode *CGN = *SCCIdx; local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h315 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; } argument
336 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; } argument
342 static NodeType *getEntryNode(CallGraph *CGN) { argument
364 static NodeType *getEntryNode(const CallGraph *CGN) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h178 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; } argument
194 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; } argument
202 static NodeType *getEntryNode(clang::CallGraph *CGN) { argument
227 static NodeType *getEntryNode(const clang::CallGraph *CGN) { argument

Completed in 78 milliseconds