Home
last modified time | relevance | path

Searched defs:DeadFunctions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h36 SmallVector<Function *, 16> DeadFunctions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp379 std::vector<Function *> DeadFunctions; in run() local
H A DInliner.cpp765 SmallVector<Function *, 4> DeadFunctions; in run() local