Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h93 bool AggressiveDCE(ir::Function* func);
Daggressive_dead_code_elim_pass.cpp128 bool AggressiveDCEPass::AggressiveDCE(ir::Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
273 modified = AggressiveDCE(fn) || modified; in ProcessImpl()
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h139 bool AggressiveDCE(Function* func);
Daggressive_dead_code_elim_pass.cpp321 bool AggressiveDCEPass::AggressiveDCE(Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
693 ProcessFunction pfn = [this](Function* fp) { return AggressiveDCE(fp); }; in ProcessImpl()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h132 bool AggressiveDCE(Function* func);
Daggressive_dead_code_elim_pass.cpp266 bool AggressiveDCEPass::AggressiveDCE(Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
665 ProcessFunction pfn = [this](Function* fp) { return AggressiveDCE(fp); }; in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h132 bool AggressiveDCE(Function* func);
Daggressive_dead_code_elim_pass.cpp266 bool AggressiveDCEPass::AggressiveDCE(Function* func) { in AggressiveDCE() function in spvtools::opt::AggressiveDCEPass
665 ProcessFunction pfn = [this](Function* fp) { return AggressiveDCE(fp); }; in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp60 AggressiveDCE, enumerator
DLLVMJIT.cpp860 …case rr::Optimization::Pass::AggressiveDCE: passManager.add(llvm::createAggressiveDCEPass()); brea… in optimize()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.cpp411 … value='4'" + (config.optimization[pass] == rr::Optimization::Pass::AggressiveDCE ? selected : e… in page()