Searched refs:removeCallEdgeFor (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp242 CGN->removeCallEdgeFor(CI);
244 CGN->removeCallEdgeFor(II);
H A DInliner.cpp426 CG[Caller]->removeCallEdgeFor(CS);
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h276 /// removeCallEdgeFor - This method removes the edge in the node for the
279 void removeCallEdgeFor(CallSite CS);
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp276 /// removeCallEdgeFor - This method removes the edge in the node for the
279 void CallGraphNode::removeCallEdgeFor(CallSite CS) { function in class:CallGraphNode
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp325 CallerNode->removeCallEdgeFor(CS);

Completed in 177 milliseconds