Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_functions_pass.cpp27 std::unordered_set<const Function*> live_function_set; in Process() local
28 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process()
29 live_function_set.insert(fp); in Process()
37 if (live_function_set.count(&*funcIter) == 0) { in Process()
Daggressive_dead_code_elim_pass.cpp595 std::unordered_set<const Function*> live_function_set; in EliminateDeadFunctions() local
596 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions()
597 live_function_set.insert(fp); in EliminateDeadFunctions()
605 if (live_function_set.count(&*funcIter) == 0) { in EliminateDeadFunctions()
/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_functions_pass.cpp27 std::unordered_set<const Function*> live_function_set; in Process() local
28 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process()
29 live_function_set.insert(fp); in Process()
37 if (live_function_set.count(&*funcIter) == 0) { in Process()
Daggressive_dead_code_elim_pass.cpp595 std::unordered_set<const Function*> live_function_set; in EliminateDeadFunctions() local
596 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions()
597 live_function_set.insert(fp); in EliminateDeadFunctions()
605 if (live_function_set.count(&*funcIter) == 0) { in EliminateDeadFunctions()