Searched refs:replaceDirectCallers (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 573 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 251 void replaceDirectCallers(Function *Old, Function *New); 434 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers() function in MergeFunctions 777 replaceDirectCallers(G, F); in mergeTwoFunctions()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1423 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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MergeFunctions.rst | 693 ``replaceDirectCallers`` does. 737 No global aliases, replaceDirectCallers 739 If global aliases are not supported. We call ``replaceDirectCallers`` then. Just
|
/external/llvm/docs/ |
D | MergeFunctions.rst | 693 ``replaceDirectCallers`` does. 737 No global aliases, replaceDirectCallers 739 If global aliases are not supported. We call ``replaceDirectCallers`` then. Just
|