Home
last modified time | relevance | path

Searched refs:replaceFunctionCalls (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp27 static void replaceFunctionCalls(Function &OldF, Function &NewF, in replaceFunctionCalls() function
113 replaceFunctionCalls(*F, *ClonedFunc, ArgIndexesToKeep); in extractArgumentsFromModule()
H A DReduceOperandsToArgs.cpp59 static void replaceFunctionCalls(Function *OldF, Function *NewF) { in replaceFunctionCalls() function
174 replaceFunctionCalls(OldF, NewF); in substituteOperandWithArgument()