Home
last modified time | relevance | path

Searched refs:CFGCleanup (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dcfg_cleanup_pass.cpp32 ProcessFunction pfn = [this](Function* fp) { return CFGCleanup(fp); }; in Process()
Dmem_pass.h117 bool CFGCleanup(Function* func);
Dmem_pass.cpp466 bool MemPass::CFGCleanup(Function* func) { in CFGCleanup() function in spvtools::opt::MemPass
Daggressive_dead_code_elim_pass.cpp676 ProcessFunction cleanup = [this](Function* f) { return CFGCleanup(f); }; in ProcessImpl()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg_cleanup_pass.cpp32 ProcessFunction pfn = [this](Function* fp) { return CFGCleanup(fp); }; in Process()
Dmem_pass.h117 bool CFGCleanup(Function* func);
Dmem_pass.cpp466 bool MemPass::CFGCleanup(Function* func) { in CFGCleanup() function in spvtools::opt::MemPass
Daggressive_dead_code_elim_pass.cpp676 ProcessFunction cleanup = [this](Function* f) { return CFGCleanup(f); }; in ProcessImpl()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg_cleanup_pass.cpp32 ProcessFunction pfn = [this](Function* fp) { return CFGCleanup(fp); }; in Process()
Dmem_pass.h117 bool CFGCleanup(Function* func);
Dmem_pass.cpp466 bool MemPass::CFGCleanup(Function* func) { in CFGCleanup() function in spvtools::opt::MemPass
Daggressive_dead_code_elim_pass.cpp676 ProcessFunction cleanup = [this](Function* f) { return CFGCleanup(f); }; in ProcessImpl()