Searched refs:show_label (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | dominate.c | 144 printf("\t%s\t<-", show_label(bb)); in idf_dump() 146 printf(" %s", show_label(df)); in idf_dump()
|
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()
|
D | flowgraph.c | 113 printf("\t%s <- %s\n", show_label(bb), show_label(bb->idom)); in debug_domtree()
|
D | linearize.c | 86 const char *show_label(struct basic_block *bb) in show_label() function 120 snprintf(buf, 64, "%s", show_label(sym->bb_target)); in show_pseudo() 338 …buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(i… in show_instruction() 342 buf += sprintf(buf, "%s", show_label(insn->bb_true)); in show_instruction() 347 buf += sprintf(buf, "%s", show_label(insn->bb_true)); in show_instruction() 373 buf += sprintf(buf, "%s", show_label(expr->symbol->bb_target)); in show_instruction() 390 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target)); in show_instruction() 392 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target)); in show_instruction() 394 buf += sprintf(buf, ", default -> %s", show_label(jmp->target)); in show_instruction() 402 buf += sprintf(buf, ", %s", show_label(jmp->target)); in show_instruction() [all …]
|
D | test-unssa.c | 15 printf("%s\n", show_label(bb)); in output_bb()
|
D | linearize.h | 354 const char *show_label(struct basic_block *bb);
|
/third_party/toybox/toys/pending/ |
D | diff.c | 576 static void show_label(char *prefix, char *filename, struct stat *sb) in show_label() function 644 else show_label("---", files[0], &(TT).st[0]); in do_diff() 646 show_label("+++", files[1], &(TT).st[1]); in do_diff()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 512 * show_label: add (and use) show_label()
|