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.cpp386 hash_entry *htk; in handle_if_block() local
387 hash_table_foreach(new_kills, htk) { in handle_if_block()
388 kill_entry *k = (kill_entry *) htk->data; in handle_if_block()
433 hash_entry *htk; in visit_enter() local
434 hash_table_foreach(new_kills, htk) { in visit_enter()
435 kill_entry *k = (kill_entry *) htk->data; in visit_enter()