HomeSort by relevance Sort by last modified time
    Searched refs:killed_all (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 107 bool killed_all; member in class:__anon16830::ir_copy_propagation_visitor
123 bool orig_killed_all = this->killed_all;
127 this->killed_all = false;
133 this->killed_all = orig_killed_all;
202 this->killed_all = true;
212 bool orig_killed_all = this->killed_all;
216 this->killed_all = false;
226 if (this->killed_all) {
233 this->killed_all = this->killed_all || orig_killed_all
    [all...]
opt_constant_propagation.cpp 95 killed_all = false;
128 bool killed_all; member in class:__anon16828::ir_constant_propagation_visitor
226 bool orig_killed_all = this->killed_all;
230 this->killed_all = false;
236 this->killed_all = orig_killed_all;
303 this->killed_all = true;
313 bool orig_killed_all = this->killed_all;
317 this->killed_all = false;
327 if (this->killed_all) {
334 this->killed_all = this->killed_all || orig_killed_all
    [all...]
opt_copy_propagation_elements.cpp 98 this->killed_all = false;
132 bool killed_all; member in class:__anon16831::ir_copy_propagation_elements_visitor
151 bool orig_killed_all = this->killed_all;
155 this->killed_all = false;
161 this->killed_all = orig_killed_all;
310 this->killed_all = true;
320 bool orig_killed_all = this->killed_all;
324 this->killed_all = false;
334 if (this->killed_all) {
341 this->killed_all = this->killed_all || orig_killed_all
    [all...]

Completed in 43 milliseconds