Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp245 exec_list *new_kills = this->kills; in handle_if_block() local
251 foreach_in_list(kill_entry, k, new_kills) { in handle_if_block()
255 ralloc_free(new_kills); in handle_if_block()
295 exec_list *new_kills = this->kills; in handle_loop() local
301 foreach_in_list(kill_entry, k, new_kills) { in handle_loop()
305 ralloc_free(new_kills); in handle_loop()
Dopt_copy_propagation_elements.cpp410 exec_list *new_kills = this->kills; in handle_if_block() local
422 foreach_in_list_safe(kill_entry, k, new_kills) { in handle_if_block()
426 ralloc_free(new_kills); in handle_if_block()
471 exec_list *new_kills = this->kills; in handle_loop() local
480 foreach_in_list_safe(kill_entry, k, new_kills) { in handle_loop()
484 ralloc_free(new_kills); in handle_loop()
Dopt_constant_propagation.cpp374 hash_table *new_kills = this->kills; in handle_if_block() local
380 hash_table_foreach(new_kills, htk) { in handle_if_block()
421 hash_table *new_kills = this->kills; in visit_enter() local
427 hash_table_foreach(new_kills, htk) { in visit_enter()