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

  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 105 bool killed_all; member in class:ir_copy_propagation_visitor
119 bool orig_killed_all = this->killed_all;
123 this->killed_all = false;
129 this->killed_all = orig_killed_all;
198 this->killed_all = true;
208 bool orig_killed_all = this->killed_all;
212 this->killed_all = false;
222 if (this->killed_all) {
229 this->killed_all = this->killed_all || orig_killed_all
    [all...]
opt_constant_propagation.cpp 113 bool killed_all; member in class:ir_constant_propagation_visitor
211 bool orig_killed_all = this->killed_all;
215 this->killed_all = false;
221 this->killed_all = orig_killed_all;
269 this->killed_all = true;
279 bool orig_killed_all = this->killed_all;
283 this->killed_all = false;
294 if (this->killed_all) {
301 this->killed_all = this->killed_all || orig_killed_all
    [all...]

Completed in 765 milliseconds