Lines Matching refs:basic_block

101   basic_block bb;  in clear_edges()
123 basic_block
126 basic_block bb; in alloc_block()
134 link_block (basic_block b, basic_block after) in link_block()
144 unlink_block (basic_block b) in unlink_block()
165 basic_block bb; in compact_blocks()
185 expunge_block (basic_block b) in expunge_block()
211 basic_block dest = e->dest; in connect_dest()
222 basic_block src = e->src; in disconnect_src()
246 basic_block dest = e->dest; in disconnect_dest()
263 unchecked_make_edge (basic_block src, basic_block dst, int flags) in unchecked_make_edge()
285 cached_make_edge (sbitmap edge_cache, basic_block src, basic_block dst, int flags) in cached_make_edge()
316 make_edge (basic_block src, basic_block dest, int flags) in make_edge()
334 make_single_succ_edge (basic_block src, basic_block dest, int flags) in make_single_succ_edge()
359 redirect_edge_succ (edge e, basic_block new_succ) in redirect_edge_succ()
376 redirect_edge_pred (edge e, basic_block new_pred) in redirect_edge_pred()
390 basic_block bb; in clear_bb_flags()
406 check_bb_profile (basic_block bb, FILE * file, int indent) in check_bb_profile()
490 basic_block side = (do_succ ? e->dest : e->src); in dump_edge_info()
585 alloc_aux_for_block (basic_block bb, int size) in alloc_aux_for_block()
613 basic_block bb; in alloc_aux_for_blocks()
625 basic_block bb; in clear_aux_for_blocks()
676 basic_block bb; in alloc_aux_for_edges()
695 basic_block bb; in clear_aux_for_edges()
721 debug_bb (basic_block bb) in debug_bb()
726 DEBUG_FUNCTION basic_block
729 basic_block bb = BASIC_BLOCK_FOR_FN (cfun, n); in debug_bb_n()
742 dump_bb_info (FILE *outf, basic_block bb, int indent, dump_flags_t flags, in dump_bb_info()
860 basic_block bb; in brief_dump_cfg()
876 update_bb_profile_for_threading (basic_block bb, in update_bb_profile_for_threading()
940 scale_bbs_frequencies_profile_count (basic_block *bbs, int nbbs, in scale_bbs_frequencies_profile_count()
953 scale_bbs_frequencies (basic_block *bbs, int nbbs, in scale_bbs_frequencies()
1097 set_bb_original (basic_block bb, basic_block original) in set_bb_original()
1103 basic_block
1104 get_bb_original (basic_block bb) in get_bb_original()
1122 set_bb_copy (basic_block bb, basic_block copy) in set_bb_copy()
1128 basic_block
1129 get_bb_copy (basic_block bb) in get_bb_copy()