Searched refs:handle_loop (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
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) in handle_loop() function in __anon72d847140111::ir_constant_propagation_visitor 438 handle_loop(ir, false); in visit_enter() 443 handle_loop(ir, true); in visit_enter()
|
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) in handle_loop() function in ir_copy_propagation_elements_visitor 630 handle_loop(ir, false); in visit_enter() 631 handle_loop(ir, true); in visit_enter()
|
/external/bcc/tools/ |
D | cachetop.py | 135 def handle_loop(stdscr, args): function 278 curses.wrapper(handle_loop, args)
|