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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp380 bool else_killed_all = false; local in function:__anonb352fc770110::ir_constant_propagation_visitor::visit_enter
383 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all);
385 if (then_killed_all || else_killed_all) {
H A Dopt_copy_propagation_elements.cpp571 bool else_killed_all = false; local in function:ir_copy_propagation_elements_visitor::visit_enter
574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all);
576 if (then_killed_all || else_killed_all) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_constant_propagation.cpp371 bool else_killed_all = false; local in function:__anon6f50ba640110::ir_constant_propagation_visitor::visit_enter
374 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all);
376 if (then_killed_all || else_killed_all) {
H A Dopt_copy_propagation_elements.cpp571 bool else_killed_all = false; local in function:ir_copy_propagation_elements_visitor::visit_enter
574 handle_if_block(&ir->else_instructions, new_kills, &else_killed_all);
576 if (then_killed_all || else_killed_all) {

Completed in 7 milliseconds