Home
last modified time | relevance | path

Searched refs:function_it (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/reduce/
Dremove_function_reduction_opportunity.cpp29 for (opt::Module::iterator function_it = context_->module()->begin(); in Apply() local
30 function_it != context_->module()->end(); ++function_it) { in Apply()
31 if (&*function_it == function_) { in Apply()
32 function_it.Erase(); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_function_reduction_opportunity.cpp29 for (opt::Module::iterator function_it = context_->module()->begin(); in Apply() local
30 function_it != context_->module()->end(); ++function_it) { in Apply()
31 if (&*function_it == function_) { in Apply()
32 function_it.Erase(); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_function_reduction_opportunity.cpp29 for (opt::Module::iterator function_it = context_->module()->begin(); in Apply() local
30 function_it != context_->module()->end(); ++function_it) { in Apply()
31 if (&*function_it == function_) { in Apply()
32 function_it.Erase(); in Apply()