Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_array_splitting.cpp169 ir->lhs->type->is_array() && ir->whole_variable_written(); in visit_enter()
384 if (lhs->type->is_array() && ir->whole_variable_written() && in visit_leave()
385 get_splitting_entry(ir->whole_variable_written())) { in visit_leave()
Dopt_constant_variable.cpp122 ir_variable *var = ir->whole_variable_written(); in visit_enter()
Dopt_dead_code_local.cpp261 } else if (ir->whole_variable_written() != NULL) { in process_assignment()
Dopt_copy_propagation.cpp357 ir_variable *lhs_var = ir->whole_variable_written(); in add_copy()
Dopt_tree_grafting.cpp360 ir_variable *lhs_var = assign->whole_variable_written(); in tree_grafting_basic_block()
Dir.h1430 ir_variable *whole_variable_written();
Dir.cpp126 ir_assignment::whole_variable_written() in whole_variable_written() function in ir_assignment