Lines Matching refs:old
31 int remove_phisources(struct basic_block *par, struct basic_block *old)
36 FOR_EACH_PTR(old->insns, insn) {
92 struct basic_block *old,
95 if (*ptr != old || new == old || !bb->ep)
102 replace_bb_in_list(&bb->children, old, new, 1);
103 remove_bb_from_list(&old->parents, bb, 1);
664 static int rewrite_parent_branch(struct basic_block *bb, struct basic_block *old, struct basic_block *new)
673 if (old == new)
678 changed |= rewrite_branch(bb, &insn->bb_false, old, new);
681 changed |= rewrite_branch(bb, &insn->bb_true, old, new);
687 changed |= rewrite_branch(bb, &jmp->target, old, new);