Lines Matching refs:def
27 const struct instruction *def1 = phi1->def;
28 const struct instruction *def2 = phi2->def;
111 struct instruction *def;
112 if (phi == VOID || !phi->def)
114 def = phi->def;
115 hash += hashval(def->src1);
116 hash += hashval(def->bb);
143 while (phi1 && (phi1 == VOID || !phi1->def))
145 while (phi2 && (phi2 == VOID || !phi2->def))
273 static struct instruction * cse_one_instruction(struct instruction *insn, struct instruction *def)
275 convert_instruction_target(insn, def->target);
279 return def;