Lines Matching defs:i_target
136 struct basicblock_ *i_target;
1555 i->i_target = target;
7205 stackdepth_push(&sp, instr->i_target, target_depth);
7286 basicblock * target = setup->i_target;
7363 if (!instr->i_target->b_visited) {
7368 instr->i_target->b_exceptstack = copy;
7369 todo[0] = instr->i_target;
7370 instr->i_target->b_visited = 1;
7381 if (!instr->i_target->b_visited) {
7387 instr->i_target->b_exceptstack = copy;
7390 instr->i_target->b_exceptstack = except_stack;
7393 todo[0] = instr->i_target;
7394 instr->i_target->b_visited = 1;
7711 bool is_forward = last->i_target->b_visited == 0;
7784 instr->i_oparg = instr->i_target->b_offset;
8192 .i_target = NULL,
8204 .i_target = NULL,
8239 .i_target = NULL,
8257 .i_target = NULL,
8782 // target->i_target using the provided opcode. Return whether or not the
8790 // bpo-45773: If inst->i_target == target->i_target, then nothing actually
8793 inst->i_target != target->i_target)
8795 inst->i_target = target->i_target;
8819 while (inst->i_target->b_iused == 0) {
8820 inst->i_target = inst->i_target->b_next;
8822 target = &inst->i_target->b_instr[0];
8951 assert(inst->i_target != inst->i_target->b_next);
8953 inst->i_target = inst->i_target->b_next;
8973 assert(inst->i_target != inst->i_target->b_next);
8975 inst->i_target = inst->i_target->b_next;
9071 if (last->i_target->b_exit && last->i_target->b_iused <= MAX_COPY_SIZE) {
9072 basicblock *to_copy = last->i_target;
9170 while (bb->b_instr[i].i_target->b_iused == 0) {
9171 bb->b_instr[i].i_target = bb->b_instr[i].i_target->b_next;
9200 target = instr->i_target;
9229 basicblock *target = b->b_instr[b->b_iused-1].i_target;
9233 b->b_instr[b->b_iused-1].i_target = target;
9276 basicblock *target = b->b_instr[b->b_iused-1].i_target;
9336 if (b_last_instr->i_target == b->b_next) {
9408 basicblock *target = b->b_instr[b->b_iused-1].i_target;
9415 b->b_instr[b->b_iused-1].i_target = new_target;