Searched refs:make_edges (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcfgbuild.c52 static void make_edges (basic_block, basic_block, int);
225 make_edges will examine these basic blocks to see if we need to
230 These blocks will be left intact. In particular, make_edges will
236 make_edges will create edges going out of them as needed. */
255 make_edges (basic_block min, basic_block max, int update_p)
428 will be used in make_edges for use with computed gotos. */
565 /* Tell make_edges to examine every block for out-going edges. */
570 make_edges (ENTRY_BLOCK_PTR->next_bb, EXIT_BLOCK_PTR->prev_bb, 0);
779 make_edges (min, max, 1);
252 make_edges (basic_block min, basic_block max, int update_p) function
H A Dtree-cfg.c102 static void make_edges (void);
203 make_edges ();
457 make_edges (void) function

Completed in 352 milliseconds