HomeSort by: relevance | last modified time | path
    Searched refs:replaceFunctionWith (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CallGraphUpdater.h 96 void replaceFunctionWith(Function &OldFn, Function &NewFn);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallGraphUpdater.cpp 123 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1874 CGUpdater.replaceFunctionWith(*OldFn, *NewFn);
2361 CGUpdater.replaceFunctionWith(*F, *NewF);

Completed in 20 milliseconds