Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp569 void removeUsers(Value *V);
750 removeUsers(G); in writeThunk()
766 removeUsers(G); in writeAlias()
785 removeUsers(F); in mergeTwoFunctions()
851 void MergeFunctions::removeUsers(Value *V) { in removeUsers() function in MergeFunctions
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1419 void removeUsers(Value *V);
1719 removeUsers(G); in writeThunk()
1733 removeUsers(G); in writeAlias()
1751 removeUsers(F); in mergeTwoFunctions()
1860 void MergeFunctions::removeUsers(Value *V) { in removeUsers() function in MergeFunctions
/external/llvm/docs/
DMergeFunctions.rst703 HasGlobalAliases, removeUsers
720 ``removeUsers(F)`` does that (don't confuse with ``replaceAllUsesWith``):
722 2.1. ``Inside removeUsers(Value*
773 ``removeUsers`` method (see chapter above),
792 2. “As-usual”: ``removeUsers`` and ``replaceAllUsesWith`` then.