Home
last modified time | relevance | path

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

/external/deqp-deps/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()
33 &function_it); in Apply()
/external/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()
33 &function_it); in Apply()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc378 for (const auto& function_it : func_table_->functions()) { in Build() local
379 profile_pb->mutable_function()->Add()->MergeFrom(function_it.second); in Build()