Searched refs:leafs (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.cc | 3525 vec<slpg_vertex> &vertices, vec<int> &leafs) in vect_slp_build_vertices() argument 3552 leafs.safe_push (node->vertex); in vect_slp_build_vertices() 3559 vec<int> &leafs) in vect_slp_build_vertices() argument 3566 leafs); in vect_slp_build_vertices() 3622 auto_vec<int> leafs; in vect_optimize_slp() local 3623 vect_slp_build_vertices (vinfo, vertices, leafs); in vect_optimize_slp() 3633 graphds_dfs (slpg, &leafs[0], leafs.length (), &ipo, false, NULL, NULL); in vect_optimize_slp() 3639 for (i = 0; i < leafs.length (); ++i) in vect_optimize_slp() 3641 int idx = leafs[i]; in vect_optimize_slp() 4098 for (i = 0; i < leafs.length (); ++i) in vect_optimize_slp() [all …]
|
H A D | lto-streamer-out.c | 2236 collect_block_tree_leafs (tree root, vec<tree> &leafs) in collect_block_tree_leafs() argument 2240 leafs.safe_push (root); in collect_block_tree_leafs() 2242 collect_block_tree_leafs (root, leafs); in collect_block_tree_leafs()
|
H A D | lto-streamer-out.cc | 2294 collect_block_tree_leafs (tree root, vec<tree> &leafs) in collect_block_tree_leafs() argument 2298 leafs.safe_push (root); in collect_block_tree_leafs() 2300 collect_block_tree_leafs (root, leafs); in collect_block_tree_leafs()
|
H A D | ChangeLog.tree-ssa | 6256 edges leaving COND_EXPR nodes which are leafs in the dominator 8718 dominator tree walk to thread through conditional jumps at leafs in
|
H A D | ChangeLog-2012 | 5245 (want_early_inline_function_p): Allow smal growth on non-leafs.
|
H A D | ChangeLog-2021 | 21724 PHIs with not represented initial values as leafs.
|
H A D | ChangeLog-2015 | 21243 non-captured leafs.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 2236 collect_block_tree_leafs (tree root, vec<tree> &leafs) in collect_block_tree_leafs() argument 2240 leafs.safe_push (root); in collect_block_tree_leafs() 2242 collect_block_tree_leafs (root, leafs); in collect_block_tree_leafs()
|