Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dloop_analysis.cpp30 static bool all_expression_operands_are_loop_constant(ir_rvalue *,
341 if (all_expression_operands_are_loop_constant(rhs, ls->var_hash)) { in visit_leave()
543 all_expression_operands_are_loop_constant(ir_rvalue *ir, hash_table *variables) in all_expression_operands_are_loop_constant() function