Searched refs:move_out (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_jumps.cpp707 * Set move_out to the branch we are moving a jump out of.
709 int move_out = -1; local in function:__anon68d3f30f0110::ir_lower_jumps_visitor::visit
711 move_out = 0;
713 move_out = 1;
715 if(move_out >= 0)
717 jumps[move_out]->remove();
718 ir->insert_after(jumps[move_out]);
722 jumps[move_out] = 0;
723 block_records[move_out].min_strength = strength_none;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_jumps.cpp705 * Set move_out to the branch we are moving a jump out of.
707 int move_out = -1; local in function:__anonc12c8bdc0110::ir_lower_jumps_visitor::visit
709 move_out = 0;
711 move_out = 1;
713 if(move_out >= 0)
715 jumps[move_out]->remove();
716 ir->insert_after(jumps[move_out]);
720 jumps[move_out] = 0;
721 block_records[move_out].min_strength = strength_none;

Completed in 5 milliseconds