Lines Matching defs:variables
40 * variables.
305 this->variables.push_tail(lv);
457 * variables in ways that cannot be known, and may even terminate shader
459 * rely on any of our analysis about assignments to variables.
481 foreach_in_list_safe(loop_variable, lv, &ls->variables) {
482 /* Move variables that are already marked as being loop constant to
502 * marked as a loop constant on one pass may allow other variables to be
509 foreach_in_list_safe(loop_variable, lv, &ls->variables) {
513 /* Process the RHS of the assignment. If all of the variables
530 /* The remaining variables that are not loop invariant might be loop
531 * induction variables.
533 foreach_in_list_safe(loop_variable, lv, &ls->variables) {
542 /* All of the variables with zero assignments in the loop are loop
554 /* Basic loop induction variables have a single assignment in the loop
716 all_expression_operands_are_loop_constant(ir_rvalue *ir, hash_table *variables)
718 examine_rhs v(variables);