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.cpp56 killed_all = false; in ir_copy_propagation_visitor()
86 bool killed_all; member in __anon0892a7690111::ir_copy_propagation_visitor
103 bool orig_killed_all = this->killed_all; in visit_enter()
109 this->killed_all = false; in visit_enter()
118 this->killed_all = orig_killed_all; in visit_enter()
189 this->killed_all = true; in visit_enter()
214 bool orig_killed_all = this->killed_all; in handle_if_block()
220 this->killed_all = false; in handle_if_block()
230 if (this->killed_all) { in handle_if_block()
238 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 __anona46a2ad80111::ir_constant_propagation_visitor
273 bool orig_killed_all = this->killed_all; in visit_enter()
278 this->killed_all = false; in visit_enter()
284 this->killed_all = orig_killed_all; in visit_enter()
353 this->killed_all = true; in visit_enter()
363 bool orig_killed_all = this->killed_all; in handle_if_block()
368 this->killed_all = false; in handle_if_block()
377 if (this->killed_all) { in handle_if_block()
384 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 __anona45216050111::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 …]