Searched refs:handle_if_block (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 107 void handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all); 349 ir_constant_propagation_visitor::handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all) function in class:__anonb352fc770110::ir_constant_propagation_visitor 382 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 383 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 395 /* handle_if_block() already descended into the children. */
|
| H A D | opt_copy_propagation_elements.cpp | 304 void handle_if_block(exec_list *instructions, exec_list *kills, bool *killed_all); 542 ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions, exec_list *kills, bool *killed_all) function in class:ir_copy_propagation_elements_visitor 573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 586 /* handle_if_block() already descended into the children. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 107 void handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all); 340 ir_constant_propagation_visitor::handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all) function in class:__anon6f50ba640110::ir_constant_propagation_visitor 373 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 374 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 386 /* handle_if_block() already descended into the children. */
|
| H A D | opt_copy_propagation_elements.cpp | 304 void handle_if_block(exec_list *instructions, exec_list *kills, bool *killed_all); 542 ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions, exec_list *kills, bool *killed_all) function in class:ir_copy_propagation_elements_visitor 573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); 574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); 586 /* handle_if_block() already descended into the children. */
|
Completed in 8 milliseconds