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.cpp46 void splice_post_if_instructions(ir_if *ir_if, exec_list *splice_dest);
292 loop_unroll_visitor::splice_post_if_instructions(ir_if *ir_if, in splice_post_if_instructions() function in loop_unroll_visitor
419 splice_post_if_instructions(ir_if, &ir_if->else_instructions); in visit_leave()
429 splice_post_if_instructions(ir_if, &ir_if->then_instructions); in visit_leave()