Searched refs:new_kills (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | opt_copy_propagation.cpp | 234 set *new_kills = this->kills; in handle_if_block() local 241 set_foreach(new_kills, s_entry) { in handle_if_block() 245 _mesa_set_destroy(new_kills, NULL); in handle_if_block() 286 set *new_kills = this->kills; in handle_loop() local 293 set_foreach(new_kills, entry) { in handle_loop() 297 _mesa_set_destroy(new_kills, NULL); in handle_loop()
|
D | opt_copy_propagation_elements.cpp | 410 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()
|
D | opt_constant_propagation.cpp | 381 hash_table *new_kills = this->kills; in handle_if_block() local 387 hash_table_foreach(new_kills, htk) { in handle_if_block() 428 hash_table *new_kills = this->kills; in visit_enter() local 434 hash_table_foreach(new_kills, htk) { in visit_enter()
|