Searched refs:other_var (Results 1 – 1 of 1) sorted by relevance
2672 ir_variable *other_var = node2->as_variable(); in update_array_sizes() local2673 if (!other_var) in update_array_sizes()2676 if (strcmp(var->name, other_var->name) == 0 && in update_array_sizes()2677 other_var->data.max_array_access > size) { in update_array_sizes()2678 size = other_var->data.max_array_access; in update_array_sizes()