Lines Matching refs:target
7 * 2) Replace all the phi-nodes by copies of the temporaries to the phi-node target.
25 * target pseudos.
39 pseudo_t target = phi->target;
54 // -> replace the target pseudo by the tmp
55 FOR_EACH_PTR(target->users, pu) {
69 tmp->type = phi->target->type;
70 tmp->ident = phi->target->ident;
87 def->target = tmp;
99 insn->target = tmp;
123 // The target pseudo doesn't change.