Home
last modified time | relevance | path

Searched refs:mark_live (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc91 c.mark_live(h); in TEST()
94 c.mark_live(h); in TEST()
101 c.mark_live(h); in TEST()
104 c.mark_live(h); in TEST()
107 c.mark_live(h); in TEST()
Dpending_counts.h174 void mark_live(Handle h) { in mark_live() function
Dexecutor.cc978 void mark_live(PendingCounts::Handle h) { counts_.mark_live(h); } in mark_live() function
2704 iter_state->mark_live(dst_pending_id); in ActivateNodes()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_functions_pass.cpp28 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process() local
32 context()->ProcessReachableCallTree(mark_live); in Process()
Daggressive_dead_code_elim_pass.cpp596 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions() local
600 context()->ProcessEntryPointCallTree(mark_live); in EliminateDeadFunctions()
/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_functions_pass.cpp28 ProcessFunction mark_live = [&live_function_set](Function* fp) { in Process() local
32 context()->ProcessReachableCallTree(mark_live); in Process()
Daggressive_dead_code_elim_pass.cpp596 ProcessFunction mark_live = [&live_function_set](Function* fp) { in EliminateDeadFunctions() local
600 context()->ProcessEntryPointCallTree(mark_live); in EliminateDeadFunctions()