Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_functions_pass.cpp28 std::unordered_set<const Function*> live_function_set; in Process() local
29 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process()
30 live_function_set.insert(fp); in Process()
38 if (live_function_set.count(&*funcIter) == 0) { in Process()
Daggressive_dead_code_elim_pass.cpp701 std::unordered_set<const Function*> live_function_set; in EliminateDeadFunctions() local
702 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions()
703 live_function_set.insert(fp); in EliminateDeadFunctions()
711 if (live_function_set.count(&*funcIter) == 0) { in EliminateDeadFunctions()
/third_party/spirv-tools/source/opt/
Deliminate_dead_functions_pass.cpp28 std::unordered_set<const Function*> live_function_set; in Process() local
29 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process()
30 live_function_set.insert(fp); in Process()
38 if (live_function_set.count(&*funcIter) == 0) { in Process()
Daggressive_dead_code_elim_pass.cpp730 std::unordered_set<const Function*> live_function_set; in EliminateDeadFunctions() local
731 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions()
732 live_function_set.insert(fp); in EliminateDeadFunctions()
740 if (live_function_set.count(&*funcIter) == 0) { in EliminateDeadFunctions()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_functions_pass.cpp28 std::unordered_set<const Function*> live_function_set; in Process() local
29 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process()
30 live_function_set.insert(fp); in Process()
38 if (live_function_set.count(&*funcIter) == 0) { in Process()
Daggressive_dead_code_elim_pass.cpp701 std::unordered_set<const Function*> live_function_set; in EliminateDeadFunctions() local
702 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions()
703 live_function_set.insert(fp); in EliminateDeadFunctions()
711 if (live_function_set.count(&*funcIter) == 0) { in EliminateDeadFunctions()