Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp573 void replaceDirectCallers(Function *Old, Function *New);
683 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers() function in MergeFunctions
715 replaceDirectCallers(G, F); in writeThunk()
798 replaceDirectCallers(G, F); in mergeTwoFunctions()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1423 void replaceDirectCallers(Function *Old, Function *New);
1599 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers() function in MergeFunctions
1684 replaceDirectCallers(G, F); in writeThunk()
/external/llvm/docs/
DMergeFunctions.rst693 ``replaceDirectCallers`` does.
737 No global aliases, replaceDirectCallers
739 If global aliases are not supported. We call ``replaceDirectCallers`` then. Just