Lines Matching defs:def
47 struct instruction *phisrc = phi->def;
119 struct instruction *insn = pseudo->def;
201 if (phi == VOID || !phi->def)
203 if (phi->def->bb != bb)
238 struct instruction *def = phi->def;
244 if (!def)
246 source = def->bb;
247 pseudo = def->src1;
307 struct instruction *def;
311 def = cond->def;
312 if (def->bb != bb || def->opcode != OP_PHI)
316 return try_to_simplify_bb(bb, def, br);
613 if (target->def != insn)
861 phisrc = phi->def;
874 struct instruction *def;
879 def = phi->def;
880 if (def->bb != top)
883 convert_instruction_target(insn, def->src);
884 kill_instruction(def);