HomeSort by relevance Sort by last modified time
    Searched refs:handle_if_block (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 95 void handle_if_block(exec_list *instructions);
208 ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) function in class:ir_copy_propagation_visitor
246 handle_if_block(&ir->then_instructions);
247 handle_if_block(&ir->else_instructions);
249 /* handle_if_block() already descended into the children. */
opt_constant_propagation.cpp 114 void handle_if_block(exec_list *instructions);
309 ir_constant_propagation_visitor::handle_if_block(exec_list *instructions) function in class:__anon16828::ir_constant_propagation_visitor
348 handle_if_block(&ir->then_instructions);
349 handle_if_block(&ir->else_instructions);
351 /* handle_if_block() already descended into the children. */
opt_copy_propagation_elements.cpp 120 void handle_if_block(exec_list *instructions);
316 ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions) function in class:ir_copy_propagation_elements_visitor
357 handle_if_block(&ir->then_instructions);
358 handle_if_block(&ir->else_instructions);
360 /* handle_if_block() already descended into the children. */

Completed in 409 milliseconds