Lines Matching defs:anchor
3193 basicblock *loop, *body, *end, *anchor = NULL;
3196 anchor = compiler_new_block(c);
3198 if (loop == NULL || body == NULL || anchor == NULL || end == NULL) {
3205 if (!compiler_jump_if(c, s->v.While.test, anchor, 0)) {
3218 compiler_use_next_block(c, anchor);
5245 basicblock *start, *anchor, *if_cleanup;
5250 anchor = compiler_new_block(c);
5252 if (start == NULL || if_cleanup == NULL || anchor == NULL) {
5294 ADDOP_JUMP(c, FOR_ITER, anchor);
5343 compiler_use_next_block(c, anchor);