Searched refs:dump_bitmap (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c777 dump_bitmap (file, problem_data->sparse_invalidated_by_call);
779 dump_bitmap (file, problem_data->dense_invalidated_by_call);
797 dump_bitmap (file, bb_info->in);
799 dump_bitmap (file, bb_info->gen);
801 dump_bitmap (file, bb_info->kill);
803 dump_bitmap (file, bb_info->out);
1302 dump_bitmap (file, problem_data->sparse_invalidated_by_call);
1304 dump_bitmap (file, problem_data->dense_invalidated_by_call);
1322 dump_bitmap (file, bb_info->in);
1324 dump_bitmap (fil
[all...]
H A Dbitmap.h164 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n") macro
H A Ddf-scan.c301 dump_bitmap (file, df_invalidated_by_call);
303 dump_bitmap (file, df->hardware_regs_used);
305 dump_bitmap (file, df->entry_block_defs);
307 dump_bitmap (file, df->exit_block_uses);
H A Dloop-invariant.c663 dump_bitmap (dump_file, inv->depends_on);
H A Dtree-ssa-loop-ivopts.c448 dump_bitmap (file, use->related_cands);
484 dump_bitmap (file, cand->depends_on);

Completed in 676 milliseconds