Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_constant_propagation.cpp379 hash_entry *htk; in handle_if_block() local
380 hash_table_foreach(new_kills, htk) { in handle_if_block()
381 kill_entry *k = (kill_entry *) htk->data; in handle_if_block()
426 hash_entry *htk; in visit_enter() local
427 hash_table_foreach(new_kills, htk) { in visit_enter()
428 kill_entry *k = (kill_entry *) htk->data; in visit_enter()