HomeSort by: relevance | last modified time | path
    Searched defs:make_edges (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgbuild.cc 36 static void make_edges (basic_block, basic_block, int);
173 make_edges will examine these basic blocks to see if we need to
178 These blocks will be left intact. In particular, make_edges will
184 make_edges will create edges going out of them as needed. */
203 make_edges (basic_block min, basic_block max, int update_p)
781 make_edges (min, max, 1);
826 make_edges (bb, end_bb->prev_bb, 1);
200 make_edges (basic_block min, basic_block max, int update_p) function
tree-cfg.cc 157 static void make_edges (void);
250 make_edges ();
731 /* Helper function for make_edges. Create a basic block with
964 make_edges (void) function
10293 - make_edges. */
  /src/external/gpl3/gcc.old/dist/gcc/
cfgbuild.cc 36 static void make_edges (basic_block, basic_block, int);
173 make_edges will examine these basic blocks to see if we need to
178 These blocks will be left intact. In particular, make_edges will
184 make_edges will create edges going out of them as needed. */
203 make_edges (basic_block min, basic_block max, int update_p)
744 make_edges (min, max, 1);
200 make_edges (basic_block min, basic_block max, int update_p) function
tree-cfg.cc 157 static void make_edges (void);
250 make_edges ();
728 /* Helper function for make_edges. Create a basic block with
960 make_edges (void) function
9994 - make_edges. */

Completed in 23 milliseconds