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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp379 bool then_killed_all = false; local in function:__anonb352fc770110::ir_constant_propagation_visitor::visit_enter
382 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all);
385 if (then_killed_all || else_killed_all) {
H A Dopt_copy_propagation_elements.cpp570 bool then_killed_all = false; local in function:ir_copy_propagation_elements_visitor::visit_enter
573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all);
576 if (then_killed_all || else_killed_all) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp370 bool then_killed_all = false; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::visit_enter
373 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all);
376 if (then_killed_all || else_killed_all) {
H A Dopt_copy_propagation_elements.cpp570 bool then_killed_all = false; local in function:ir_copy_propagation_elements_visitor::visit_enter
573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all);
576 if (then_killed_all || else_killed_all) {

Completed in 5 milliseconds