Lines Matching refs:next2
2906 basicblock *next2 = next;
2908 next2 = compiler_new_block(c);
2909 if (next2 == NULL)
2913 if (!compiler_jump_if(c, (expr_ty)asdl_seq_GET(s, i), next2, cond2))
2918 if (next2 != next)
2919 compiler_use_next_block(c, next2);
2923 basicblock *end, *next2;
2927 next2 = compiler_new_block(c);
2928 if (next2 == NULL)
2930 if (!compiler_jump_if(c, e->v.IfExp.test, next2, 0))
2935 compiler_use_next_block(c, next2);