Searched refs:handle_if_block (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
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 *… in handle_if_block() function in __anon0ba138f60111::ir_constant_propagation_visitor 382 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); in visit_enter() 383 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); in visit_enter()
|
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, bo… in handle_if_block() function in ir_copy_propagation_elements_visitor 573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); in visit_enter() 574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all); in visit_enter()
|