Searched refs:replaceCallEdge (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h291 /// replaceCallEdge - This method replaces the edge in the node for the
294 void replaceCallEdge(CallSite CS, CallSite NewCS, CallGraphNode *NewNode);
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp246 /// replaceCallEdge - This method replaces the edge in the node for the
249 void CallGraphNode::replaceCallEdge(CallSite CS, function in class:CallGraphNode
H A DCallGraphSCCPass.cpp299 CGN->replaceCallEdge(CS, CS, CalleeNode);
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp752 CalleeNode->replaceCallEdge(Call, New, NF_CGN);

Completed in 112 milliseconds