Searched refs:tree_transform_and_unroll_loop (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 51 extern void tree_transform_and_unroll_loop (class loop *, unsigned,
|
H A D | tree-ssa-loop-manip.cc | 1244 tree_transform_and_unroll_loop (class loop *loop, unsigned factor, in tree_transform_and_unroll_loop() function 1524 tree_transform_and_unroll_loop (loop, factor, desc, NULL, NULL); in tree_unroll_loop()
|
H A D | tree-predcom.cc | 3446 tree_transform_and_unroll_loop (m_loop, unroll_factor, &desc, in tree_predictive_commoning_loop()
|
H A D | ChangeLog.gimple-classes | 1269 (tree_transform_and_unroll_loop): Likewise. 1912 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Convert 4258 (tree_transform_and_unroll_loop): Likewise.
|
H A D | ChangeLog.tuples | 3774 tree_transform_and_unroll_loop): Ditto. 3937 tree_transform_and_unroll_loop): Tuplify.
|
H A D | ChangeLog-2017 | 6481 (tree_transform_and_unroll_loop): Likewise. 8674 (tree_transform_and_unroll_loop): Do not use frequencies 10973 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update. 13671 (tree_transform_and_unroll_loop): Check loop closed ssa form only for 23674 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use 25674 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update. 26074 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update. 28994 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update. 36958 (tree_transform_and_unroll_loop): Use above function to compute the 38356 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
|
H A D | ChangeLog-2012 | 15242 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): 15752 (tree_transform_and_unroll_loop): Likewise. 16221 (tree_transform_and_unroll_loop): Likewise. 18802 (tree_transform_and_unroll_loop): Likewise. 19394 (tree_transform_and_unroll_loop): Likewise. 31785 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
|
H A D | ChangeLog-2007 | 13566 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): 22122 (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR 30207 (tree_transform_and_unroll_loop): Remove dead branches immediately. 32672 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update 33139 (tree_transform_and_unroll_loop): New. 33140 * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
|
H A D | ChangeLog-2021 | 8083 (tree_transform_and_unroll_loop): Likewise. 10279 * tree-ssa-loop-manip.h (tree_transform_and_unroll_loop): Remove 10287 (tree_transform_and_unroll_loop): Likewise. Use single_dom_exit 19459 (tree_transform_and_unroll_loop): Handle that case here too.
|
H A D | ChangeLog-2009 | 15215 split_loop_exit_edge, tree_transform_and_unroll_loop): Add locations. 16521 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Create
|
H A D | ChangeLog-2010 | 25852 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip 35863 (tree_transform_and_unroll_loop): Same.
|
H A D | ChangeLog-2016 | 17283 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
|
H A D | ChangeLog-2018 | 33733 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Handle zero
|
H A D | ChangeLog-2019 | 22630 (tree_transform_and_unroll_loop): Same.
|
H A D | ChangeLog-2015 | 10382 (tree_transform_and_unroll_loop): Likewise.
|
H A D | ChangeLog-2014 | 3021 tree_transform_and_unroll_loop): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.h | 52 extern void tree_transform_and_unroll_loop (class loop *, unsigned,
|
H A D | tree-ssa-loop-manip.c | 1233 tree_transform_and_unroll_loop (class loop *loop, unsigned factor, in tree_transform_and_unroll_loop() function 1446 tree_transform_and_unroll_loop (loop, factor, exit, desc, in tree_unroll_loop()
|
H A D | tree-predcom.c | 3327 tree_transform_and_unroll_loop (loop, unroll_factor, exit, &desc, in tree_predictive_commoning_loop()
|