Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp359 exit_branch_has_instructions(ir_if *term_if, bool lt_then_continue) in exit_branch_has_instructions() argument
362 if (term_if->else_instructions.get_head() == in exit_branch_has_instructions()
363 term_if->else_instructions.get_tail()) in exit_branch_has_instructions()
366 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
367 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()