Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp252 void replaceDirectCallers(Function *Old, Function *New);
465 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers() function in MergeFunctions
845 replaceDirectCallers(G, F); in mergeTwoFunctions()