Searched refs:handle_loop (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 108 void handle_loop(class ir_loop *, bool keep_acp); 400 ir_constant_propagation_visitor::handle_loop(ir_loop *ir, bool keep_acp) function in class:__anonb352fc770110::ir_constant_propagation_visitor 438 handle_loop(ir, false); 443 handle_loop(ir, true);
|
| H A D | opt_copy_propagation_elements.cpp | 292 void handle_loop(ir_loop *, bool keep_acp); 591 ir_copy_propagation_elements_visitor::handle_loop(ir_loop *ir, bool keep_acp) function in class:ir_copy_propagation_elements_visitor 630 handle_loop(ir, false); 631 handle_loop(ir, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_constant_propagation.cpp | 108 void handle_loop(class ir_loop *, bool keep_acp); 391 ir_constant_propagation_visitor::handle_loop(ir_loop *ir, bool keep_acp) function in class:__anon6f50ba640110::ir_constant_propagation_visitor 429 handle_loop(ir, false); 434 handle_loop(ir, true);
|
| H A D | opt_copy_propagation_elements.cpp | 292 void handle_loop(ir_loop *, bool keep_acp); 591 ir_copy_propagation_elements_visitor::handle_loop(ir_loop *ir, bool keep_acp) function in class:ir_copy_propagation_elements_visitor 630 handle_loop(ir, false); 631 handle_loop(ir, true);
|
Completed in 11 milliseconds