Home
last modified time | relevance | path

Searched refs:getExternalCallingNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DCallGraph.h134 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode; } in getExternalCallingNode() function
344 return CGN->getExternalCallingNode(); // Start at the external node!
366 return CGN->getExternalCallingNode();
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DInternalize.cpp131 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : 0; in runOnModule()
DInliner.cpp610 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN); in removeDeadFunctions()