Home
last modified time | relevance | path

Searched refs:show_instruction (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dir.c37 show_instruction(insn)); in check_phi_node()
51 sparse_error(src->pos, "wrong BB for %s:", show_instruction(src)); in check_phi_node()
68 sparse_error(insn->pos, "null pseudo in %s", show_instruction(insn)); in check_user()
79 show_instruction(insn)); in check_user()
92 sparse_error(insn->pos, "branch to dead BB: %s", show_instruction(insn)); in check_branch()
H A Dtest-unssa.c20 printf("\t%s\n", show_instruction(insn)); in output_bb()
H A Dlinearize.h326 const char *show_instruction(struct instruction *insn);
H A Dexample.c1099 output_insn(state, "unimplemented: %s", show_instruction(insn)); in generate_switch()
1364 output_comment(state, "%s", show_instruction(insn)); in generate_one_insn()
1455 output_insn(state, "unimplemented: %s", show_instruction(insn)); in generate_one_insn()
H A Dlinearize.c308 const char *show_instruction(struct instruction *insn) in show_instruction() function
555 printf("\t%s\n", show_instruction(insn)); in show_bb()
567 printf("\t%s\n", show_instruction(pu->insn)); in show_symbol_usage()