Home
last modified time | relevance | path

Searched refs:end_bb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraph.c51 static void end_bb (FILE *);
200 end_bb (FILE *fp) in end_bb() function
327 end_bb (fp); in print_rtl_graph_with_bb()
H A Dtrans-mem.c1262 basic_block *end_bb) in tm_log_emit_save_or_restores() argument
1272 *end_bb = create_empty_bb (code_bb); in tm_log_emit_save_or_restores()
1273 redirect_edge_pred (fallthru_edge, *end_bb); in tm_log_emit_save_or_restores()
1296 make_edge (cond_bb, *end_bb, EDGE_FALSE_VALUE); in tm_log_emit_save_or_restores()
1297 make_edge (code_bb, *end_bb, EDGE_FALLTHRU); in tm_log_emit_save_or_restores()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-threadbackward.c97 fsm_find_thread_path (basic_block start_bb, basic_block end_bb, in fsm_find_thread_path() argument
105 if (start_bb == end_bb) in fsm_find_thread_path()
116 if (fsm_find_thread_path (e->dest, end_bb, path, local_visited_bbs, in fsm_find_thread_path()