Lines Matching defs:val
249 pseudo_t val;
271 val = undef_pseudo();
276 val = def->target;
278 replace_with_pseudo(insn, val);
304 static void mark_phi_used(pseudo_t val)
308 if (val->type != PSEUDO_REG)
310 node = val->def;
331 pseudo_t val = def ? def->target : undef_pseudo();
332 struct instruction *phisrc = alloc_phisrc(val, var);
337 mark_phi_used(val);