Home | History | Annotate | Download | only in glsl

Lines Matching full:move_out

699           * Set move_out to the branch we are moving a jump out of.
701 int move_out = -1;
703 move_out = 0;
705 move_out = 1;
707 if(move_out >= 0)
709 jumps[move_out]->remove();
710 ir->insert_after(jumps[move_out]);
714 jumps[move_out] = 0;
715 block_records[move_out].min_strength = strength_none;