Searched refs:show_label (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | dominate.c | 144 printf("\t%s\t<-", show_label(bb)); in idf_dump() 146 printf(" %s", show_label(df)); in idf_dump()
|
| H A D | ir.c | 52 info(src->pos, "expected: %s", show_label(par)); in check_phi_node() 53 info(src->pos, " got: %s", show_label(src->bb)); in check_phi_node()
|
| H A D | flowgraph.c | 113 printf("\t%s <- %s\n", show_label(bb), show_label(bb->idom)); in debug_domtree()
|
| H A D | linearize.c | 90 const char *show_label(struct basic_block *bb) in show_label() function 124 snprintf(buf, 64, "%s", show_label(sym->bb_target)); in show_pseudo() 339 …buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(i… in show_instruction() 343 buf += sprintf(buf, "%s", show_label(insn->bb_true)); in show_instruction() 369 buf += sprintf(buf, "%s", show_label(expr->symbol->bb_target)); in show_instruction() 386 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target)); in show_instruction() 388 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target)); in show_instruction() 390 buf += sprintf(buf, ", default -> %s", show_label(jmp->target)); in show_instruction() 398 buf += sprintf(buf, ", %s", show_label(jmp->target)); in show_instruction() 508 printf("%s:\n", show_label(bb)); in show_bb() [all …]
|
| H A D | test-unssa.c | 15 printf("%s\n", show_label(bb)); in output_bb()
|
| H A D | linearize.h | 327 const char *show_label(struct basic_block *bb);
|
| /illumos-gate/usr/src/uts/common/io/usb/usba/ |
| H A D | usba10_calls.c | 616 uint_t show_label, in usba10_usb_alloc_log_handle() argument 620 dip, name, errlevel, mask, instance_filter, show_label, flags)); in usba10_usb_alloc_log_handle()
|
| /illumos-gate/usr/src/uts/common/io/usb/usba10/ |
| H A D | usba10.c | 699 uint_t show_label, in usb_alloc_log_handle() argument 703 dip, name, errlevel, mask, instance_filter, show_label, flags)); in usb_alloc_log_handle()
|
| /illumos-gate/usr/src/uts/common/sys/usb/usba/ |
| H A D | usba10.h | 456 uint_t show_label,
|