Lines Matching defs:show_label
86 const char *show_label(struct basic_block *bb)
120 snprintf(buf, 64, "%s", show_label(sym->bb_target));
338 buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(insn->bb_false));
342 buf += sprintf(buf, "%s", show_label(insn->bb_true));
347 buf += sprintf(buf, "%s", show_label(insn->bb_true));
373 buf += sprintf(buf, "%s", show_label(expr->symbol->bb_target));
390 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target));
392 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target));
394 buf += sprintf(buf, ", default -> %s", show_label(jmp->target));
402 buf += sprintf(buf, ", %s", show_label(jmp->target));
511 printf("%s:\n", show_label(bb));
519 printf(" **uses %s (from %s)**\n", show_pseudo(needs), show_label(def->bb));
527 printf("%s(%s:%s)", sep, show_pseudo(phi), show_label(phi->def->bb));
541 printf(" **from %s (%s:%d:%d)**\n", show_label(from),
549 printf(" **to %s (%s:%d:%d)**\n", show_label(to),