Searched refs:new_kills (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 378 hash_table *new_kills = _mesa_pointer_hash_table_create(mem_ctx); local in function:__anonb352fc770110::ir_constant_propagation_visitor::visit_enter 382 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 383 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 389 hash_table_foreach(new_kills, htk) 393 _mesa_hash_table_destroy(new_kills, NULL); 422 hash_table *new_kills = this->kills; local in function:__anonb352fc770110::ir_constant_propagation_visitor::handle_loop 427 hash_table_foreach(new_kills, htk) {
|
| H A D | opt_copy_propagation_elements.cpp | 569 exec_list *new_kills = new(mem_ctx) exec_list; local in function:ir_copy_propagation_elements_visitor::visit_enter 573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 580 foreach_in_list_safe(kill_entry, k, new_kills) 584 ralloc_free(new_kills); 616 exec_list *new_kills = this->kills; local in function:ir_copy_propagation_elements_visitor::handle_loop 620 foreach_in_list_safe(kill_entry, k, new_kills) { 624 ralloc_free(new_kills);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 369 hash_table *new_kills = _mesa_pointer_hash_table_create(mem_ctx); local in function:__anon6f50ba640110::ir_constant_propagation_visitor::visit_enter 373 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 374 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 380 hash_table_foreach(new_kills, htk) 384 _mesa_hash_table_destroy(new_kills, NULL); 413 hash_table *new_kills = this->kills; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::handle_loop 418 hash_table_foreach(new_kills, htk) {
|
| H A D | opt_copy_propagation_elements.cpp | 569 exec_list *new_kills = new(mem_ctx) exec_list; local in function:ir_copy_propagation_elements_visitor::visit_enter 573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 580 foreach_in_list_safe(kill_entry, k, new_kills) 584 ralloc_free(new_kills); 616 exec_list *new_kills = this->kills; local in function:ir_copy_propagation_elements_visitor::handle_loop 620 foreach_in_list_safe(kill_entry, k, new_kills) { 624 ralloc_free(new_kills);
|
Completed in 7 milliseconds