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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp244 CGN->removeCallEdgeFor(CI);
246 CGN->removeCallEdgeFor(II);
H A DInliner.cpp483 CG[Caller]->removeCallEdgeFor(CS);
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h277 /// removeCallEdgeFor - This method removes the edge in the node for the
280 void removeCallEdgeFor(CallSite CS);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp203 /// removeCallEdgeFor - This method removes the edge in the node for the
206 void CallGraphNode::removeCallEdgeFor(CallSite CS) { function in class:CallGraphNode
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp336 CallerNode->removeCallEdgeFor(CS);

Completed in 135 milliseconds