Lines Matching defs:src
45 struct instruction *src;
49 src = phi->def;
50 if (src->bb != par) {
51 sparse_error(src->pos, "wrong BB for %s:", show_instruction(src));
52 info(src->pos, "expected: %s", show_label(par));
53 info(src->pos, " got: %s", show_label(src->bb));
114 if (ctype && ctype->bit_size > 0 && insn->src == VOID) {
163 err += check_user(insn, insn->src);