Home
last modified time | relevance | path

Searched refs:filterDeadComdatFunctions (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h99 void filterDeadComdatFunctions(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp118 filterDeadComdatFunctions(M, InlinedFunctions); in run()
H A DInliner.cpp613 filterDeadComdatFunctions(CG.getModule(), DeadFunctionsInComdats); in removeDeadFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp23 filterDeadComdatFunctions(*DeadFunctionsInComdats.front()->getParent(), in finalize()
H A DModuleUtils.cpp200 void llvm::filterDeadComdatFunctions( in filterDeadComdatFunctions() function in llvm