Home
last modified time | relevance | path

Searched refs:AggressiveDCE (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h140 bool AggressiveDCE(Function* func);
Daggressive_dead_code_elim_pass.cpp313 bool AggressiveDCEPass::AggressiveDCE(Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
572 ProcessFunction pfn = [this](Function* fp) { return AggressiveDCE(fp); }; in ProcessImpl()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h142 bool AggressiveDCE(Function* func);
Daggressive_dead_code_elim_pass.cpp313 bool AggressiveDCEPass::AggressiveDCE(Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
572 ProcessFunction pfn = [this](Function* fp) { return AggressiveDCE(fp); }; in ProcessImpl()
/external/swiftshader/src/Reactor/
DNucleus.hpp37 AggressiveDCE = 4, enumerator
DLLVMReactor.cpp512 case AggressiveDCE: passManager->add(llvm::createAggressiveDCEPass()); break; in optimize()
662 case AggressiveDCE: passManager->add(llvm::createAggressiveDCEPass()); break;