Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp247 void removeUsers(Value *V);
743 removeUsers(G); in writeThunk()
776 removeUsers(G); in writeAlias()
815 removeUsers(F); in mergeTwoFunctions()
837 removeUsers(G); in mergeTwoFunctions()
947 void MergeFunctions::removeUsers(Value *V) { in removeUsers() function in MergeFunctions
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMergeFunctions.rst692 HasGlobalAliases, removeUsers
709 ``removeUsers(F)`` does that (don't confuse with ``replaceAllUsesWith``):
711 2.1. ``Inside removeUsers(Value*
762 ``removeUsers`` method (see chapter above),
781 2. “As-usual”: ``removeUsers`` and ``replaceAllUsesWith`` then.