Home
last modified time | relevance | path

Searched refs:then_killed_all (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_constant_propagation.cpp379 bool then_killed_all = false; in visit_enter() local
382 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); in visit_enter()
385 if (then_killed_all || else_killed_all) { in visit_enter()
Dopt_copy_propagation_elements.cpp570 bool then_killed_all = false; in visit_enter() local
573 handle_if_block(&ir->then_instructions, new_kills, &then_killed_all); in visit_enter()
576 if (then_killed_all || else_killed_all) { in visit_enter()