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

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h96 void spliceFunction(const Function *From, const Function *To);
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp155 /// spliceFunction - Replace the function represented by this node by another.
160 void CallGraph::spliceFunction(const Function *From, const Function *To) { function in class:CallGraph

Completed in 106 milliseconds