Home
last modified time | relevance | path

Searched refs:bitmap_print (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-tail-merge.cc401 bitmap_print (file, e->bbs, "bbs:", "\n"); in same_succ_print()
402 bitmap_print (file, e->succs, "succs:", "\n"); in same_succ_print()
403 bitmap_print (file, e->inverse, "inverse:", "\n"); in same_succ_print()
921 bitmap_print (file, c->bbs, "bbs:", "\n"); in print_cluster()
922 bitmap_print (file, c->preds, "preds:", "\n"); in print_cluster()
H A Dbitmap.h453 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *);
498 bitmap_print (file, map, "", "\n"); in dump_bitmap()
H A Dgdbinit.in242 call bitmap_print (stderr, $debug_arg, "", "\n")
246 GCC hook: bitmap_print (bitmap)
H A Dtree-ssa-ter.cc798 bitmap_print (f, t->partition_in_use, "Partitions in use ", in debug_ter()
H A Dtree-into-ssa.cc1739 bitmap_print (file, info->info.def_blocks.def_blocks, in debug_var_infos_r()
1741 bitmap_print (file, info->info.def_blocks.livein_blocks, in debug_var_infos_r()
1743 bitmap_print (file, info->info.def_blocks.phi_blocks, in debug_var_infos_r()
H A Ddf-core.cc494 bitmap_print (dump_file, blocks, "setting blocks to analyze ", "\n"); in df_set_blocks()
H A Dira.cc4203 bitmap_print (file, &c->live_throughout, "live_throughout: ", ", "); in print_insn_chain()
4204 bitmap_print (file, &c->dead_or_set, "dead_or_set: ", "\n"); in print_insn_chain()
H A Dtree-ssa-loop-ivopts.cc5979 bitmap_print (dump_file, in determine_group_iv_costs()
5985 bitmap_print (dump_file, in determine_group_iv_costs()
6585 bitmap_print (file, ivs->cands, " candidates: ","\n"); in iv_ca_dump()
H A Dbitmap.cc2771 bitmap_print (FILE *file, const_bitmap head, const char *prefix, in bitmap_print() function
H A Dtree-loop-distribution.cc1971 bitmap_print (dump_file, partition->stmts, " ", "\n"); in rdg_build_partitions()
H A DChangeLog-19973266 (bitmap_print): Declare.
H A DFSFChangeLog.112528 * bitmap.h (bitmap_print): Don't use STDIO_PROTO.
2555 (bitmap_print): Declare.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-tail-merge.c401 bitmap_print (file, e->bbs, "bbs:", "\n"); in same_succ_print()
402 bitmap_print (file, e->succs, "succs:", "\n"); in same_succ_print()
403 bitmap_print (file, e->inverse, "inverse:", "\n"); in same_succ_print()
921 bitmap_print (file, c->bbs, "bbs:", "\n"); in print_cluster()
922 bitmap_print (file, c->preds, "preds:", "\n"); in print_cluster()
H A Ddse.c2921 bitmap_print (dump_file, group->store2_n, "n ", " "); in dse_step2_init()
2922 bitmap_print (dump_file, group->store2_p, "p ", "\n"); in dse_step2_init()
3446 bitmap_print (dump_file, bb_info->in, " in: ", "\n"); in dse_step4()
3450 bitmap_print (dump_file, bb_info->gen, " gen: ", "\n"); in dse_step4()
3454 bitmap_print (dump_file, bb_info->kill, " kill: ", "\n"); in dse_step4()
3458 bitmap_print (dump_file, bb_info->out, " out: ", "\n"); in dse_step4()
3491 bitmap_print (dump_file, v, " v: ", "\n"); in dse_step5()
H A Dhsa-regalloc.c261 bitmap_print (dump_file, hbb->m_livein, "m_livein ", "\n"); in dump_hsa_cfun_regalloc()
263 bitmap_print (dump_file, hbb->m_liveout, "m_liveout ", "\n"); in dump_hsa_cfun_regalloc()
H A Dbitmap.h446 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *);
491 bitmap_print (file, map, "", "\n"); in dump_bitmap()
H A Dtree-ssa-ter.c794 bitmap_print (f, t->partition_in_use, "Partitions in use ", in debug_ter()
H A Dtree-into-ssa.c1742 bitmap_print (file, info->info.def_blocks.def_blocks, in debug_var_infos_r()
1744 bitmap_print (file, info->info.def_blocks.livein_blocks, in debug_var_infos_r()
1746 bitmap_print (file, info->info.def_blocks.phi_blocks, in debug_var_infos_r()
H A Dgdbinit.in242 call bitmap_print (stderr, $debug_arg, "", "\n")
H A Ddf-core.c494 bitmap_print (dump_file, blocks, "setting blocks to analyze ", "\n"); in df_set_blocks()
H A Dira.c4074 bitmap_print (file, &c->live_throughout, "live_throughout: ", ", "); in print_insn_chain()
4075 bitmap_print (file, &c->dead_or_set, "dead_or_set: ", "\n"); in print_insn_chain()
H A Dtree-ssa-loop-ivopts.c5849 bitmap_print (dump_file, in determine_group_iv_costs()
5855 bitmap_print (dump_file, in determine_group_iv_costs()
6455 bitmap_print (file, ivs->cands, " candidates: ","\n"); in iv_ca_dump()
H A Dbitmap.c2689 bitmap_print (FILE *file, const_bitmap head, const char *prefix, in bitmap_print() function
H A Dtree-loop-distribution.c1943 bitmap_print (dump_file, partition->stmts, " ", "\n"); in rdg_build_partitions()
H A DFSFChangeLog.112528 * bitmap.h (bitmap_print): Don't use STDIO_PROTO.
2555 (bitmap_print): Declare.

12