Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp69 killed_all = false; in ir_copy_propagation_visitor()
99 bool killed_all; member in __anon48691f9f0111::ir_copy_propagation_visitor
116 bool orig_killed_all = this->killed_all; in visit_enter()
121 this->killed_all = false; in visit_enter()
130 this->killed_all = orig_killed_all; in visit_enter()
201 this->killed_all = true; in visit_enter()
226 bool orig_killed_all = this->killed_all; in handle_if_block()
231 this->killed_all = false; in handle_if_block()
241 if (this->killed_all) { in handle_if_block()
249 this->killed_all = this->killed_all || orig_killed_all; in handle_if_block()
[all …]
Dopt_constant_propagation.cpp102 killed_all = false; in ir_constant_propagation_visitor()
139 bool killed_all; member in __anon5e8dce0e0111::ir_constant_propagation_visitor
266 bool orig_killed_all = this->killed_all; in visit_enter()
271 this->killed_all = false; in visit_enter()
277 this->killed_all = orig_killed_all; in visit_enter()
346 this->killed_all = true; in visit_enter()
356 bool orig_killed_all = this->killed_all; in handle_if_block()
361 this->killed_all = false; in handle_if_block()
370 if (this->killed_all) { in handle_if_block()
377 this->killed_all = this->killed_all || orig_killed_all; in handle_if_block()
[all …]
Dopt_copy_propagation_elements.cpp114 this->killed_all = false; in ir_copy_propagation_elements_visitor()
180 bool killed_all; member in __anone32a2afb0111::ir_copy_propagation_elements_visitor
199 bool orig_killed_all = this->killed_all; in visit_enter()
205 this->killed_all = false; in visit_enter()
216 this->killed_all = orig_killed_all; in visit_enter()
381 this->killed_all = true; in visit_enter()
390 bool orig_killed_all = this->killed_all; in handle_if_block()
396 this->killed_all = false; in handle_if_block()
405 if (this->killed_all) { in handle_if_block()
412 this->killed_all = this->killed_all || orig_killed_all; in handle_if_block()
[all …]