Home
last modified time | relevance | path

Searched refs:splice_post_if_instructions (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp48 void splice_post_if_instructions(ir_if *ir_if, exec_list *splice_dest);
203 splice_post_if_instructions(limit_if, &limit_if->else_instructions); in simple_unroll()
213 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
347 loop_unroll_visitor::splice_post_if_instructions(ir_if *ir_if, in splice_post_if_instructions() function in loop_unroll_visitor
538 splice_post_if_instructions(ir_if, &ir_if->else_instructions); in visit_leave()
556 splice_post_if_instructions(ir_if, &ir_if->then_instructions); in visit_leave()