Searched refs:orig_killed_all (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp264 bool orig_killed_all = this->killed_all; local in function:__anonb352fc770110::ir_constant_propagation_visitor::visit_enter
274 this->killed_all = orig_killed_all;
353 bool orig_killed_all = this->killed_all; local in function:__anonb352fc770110::ir_constant_propagation_visitor::handle_if_block
369 this->killed_all = orig_killed_all;
404 bool orig_killed_all = this->killed_all; local in function:__anonb352fc770110::ir_constant_propagation_visitor::handle_loop
425 this->killed_all = this->killed_all || orig_killed_all;
H A Dopt_copy_propagation_elements.cpp350 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::visit_enter
365 this->killed_all = orig_killed_all;
545 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::handle_if_block
561 this->killed_all = orig_killed_all;
594 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::handle_loop
618 this->killed_all = this->killed_all || orig_killed_all;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp255 bool orig_killed_all = this->killed_all; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::visit_enter
265 this->killed_all = orig_killed_all;
344 bool orig_killed_all = this->killed_all; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::handle_if_block
360 this->killed_all = orig_killed_all;
395 bool orig_killed_all = this->killed_all; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::handle_loop
416 this->killed_all = this->killed_all || orig_killed_all;
H A Dopt_copy_propagation_elements.cpp350 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::visit_enter
365 this->killed_all = orig_killed_all;
545 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::handle_if_block
561 this->killed_all = orig_killed_all;
594 bool orig_killed_all = this->killed_all; local in function:ir_copy_propagation_elements_visitor::handle_loop
618 this->killed_all = this->killed_all || orig_killed_all;

Completed in 6 milliseconds