Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h137 bool RemoveDeadStuffFromFunction(Function *F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp735 bool DeadArgumentEliminationPass::RemoveDeadStuffFromFunction(Function *F) { in RemoveDeadStuffFromFunction() function in DeadArgumentEliminationPass
1116 Changed |= RemoveDeadStuffFromFunction(F); in run()