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

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h290 /// replaceCallEdge - This method replaces the edge in the node for the
293 void replaceCallEdge(CallSite CS, CallSite NewCS, CallGraphNode *NewNode);
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp319 /// replaceCallEdge - This method replaces the edge in the node for the
322 void CallGraphNode::replaceCallEdge(CallSite CS, function in class:CallGraphNode
H A DCallGraphSCCPass.cpp296 CGN->replaceCallEdge(CS, CS, CalleeNode);
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp750 CalleeNode->replaceCallEdge(Call, New, NF_CGN);

Completed in 723 milliseconds