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.cpp365 exit_branch_has_instructions(ir_if *term_if, bool lt_then_continue) in exit_branch_has_instructions() argument
368 if (term_if->else_instructions.get_head() == in exit_branch_has_instructions()
369 term_if->else_instructions.get_tail()) in exit_branch_has_instructions()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()