Searched refs:exit_branch_has_instructions (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_unroll.cpp198 bool exit_branch_has_instructions = false; local in function:loop_unroll_visitor::simple_unroll
206 exit_branch_has_instructions = true;
216 exit_branch_has_instructions = true;
230 (limit_if != first_ir->as_if() || exit_branch_has_instructions))
365 exit_branch_has_instructions(ir_if *term_if, bool lt_then_continue) function in typeref:typename:bool
541 exit_branch_has_instructions(ls->limiting_terminator->ir,
559 exit_branch_has_instructions(ls->limiting_terminator->ir,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp198 bool exit_branch_has_instructions = false; local in function:loop_unroll_visitor::simple_unroll
206 exit_branch_has_instructions = true;
216 exit_branch_has_instructions = true;
230 (limit_if != first_ir->as_if() || exit_branch_has_instructions))
365 exit_branch_has_instructions(ir_if *term_if, bool lt_then_continue) function in typeref:typename:bool
548 exit_branch_has_instructions(ls->limiting_terminator->ir,
566 exit_branch_has_instructions(ls->limiting_terminator->ir,

Completed in 9 milliseconds