Home
last modified time | relevance | path

Searched defs:lhs_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp139 acp_entry *lhs_entry = pull_acp(lhs); in write_elements() local
158 acp_entry *lhs_entry = pull_acp(lhs); in write_full() local
183 void remove_unused_var_from_dsts(acp_entry *lhs_entry, ir_variable *lhs, ir_variable *var) in remove_unused_var_from_dsts()
Dopt_structure_splitting.cpp262 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave() local