Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h37 SmallVector<Function *, 16> DeadFunctions; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h92 DenseSet<Function *> DeadFunctions; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp176 SmallVector<Function *, 4> DeadFunctions; run() local
H A DGlobalDCE.cpp340 std::vector<Function *> DeadFunctions; in run() local
H A DInliner.cpp302 SmallVector<Function *, 4> DeadFunctions; run() local
/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp161 SmallVector<Function *, 4> DeadFunctions; run() local