Searched refs:spliceFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h141 /// spliceFunction - Replace the function represented by this node by another.
146 void spliceFunction(const Function *From, const Function *To);
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp228 /// spliceFunction - Replace the function represented by this node by another.
233 void CallGraph::spliceFunction(const Function *From, const Function *To) { function in class:CallGraph

Completed in 169 milliseconds