Searched refs:tree_unswitch_single_loop (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-unswitch.cc | 79 static bool tree_unswitch_single_loop (class loop *, int); 102 changed |= tree_unswitch_single_loop (loop, 0); in tree_ssa_unswitch_loops() 268 tree_unswitch_single_loop (class loop *loop, int num) in tree_unswitch_single_loop() function 475 tree_unswitch_single_loop (nloop, num + 1); in tree_unswitch_single_loop() 476 tree_unswitch_single_loop (loop, num + 1); in tree_unswitch_single_loop()
|
H A D | ChangeLog.gimple-classes | 1280 (tree_unswitch_single_loop): Likewise. 4525 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Likewise.
|
H A D | ChangeLog.tuples | 1567 (tree_unswitch_single_loop): Likewise.
|
H A D | ChangeLog-2005 | 1197 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Free copy 14832 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Likewise. 22441 (tree_unswitch_single_loop): Call update_ssa. 25585 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Call
|
H A D | ChangeLog-2016 | 22189 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop, 28086 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also 28917 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also 29437 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
|
H A D | ChangeLog-2006 | 4232 tree_unswitch_single_loop, tree_unswitch_loop): Ditto. 19542 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Free
|
H A D | ChangeLog-2015 | 13184 checks on ability of loop unswitching to tree_unswitch_single_loop; 13185 invoke tree_unswitch_single_loop or tree_unswitch_outer_loop depending 13187 (tree_unswitch_single_loop): Add all required checks on ability of
|
H A D | ChangeLog-2019 | 5705 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Likewise. 22708 (tree_unswitch_single_loop): Same.
|
H A D | ChangeLog-2010 | 24761 (tree_unswitch_single_loop): Optimize conditions even when reaching 35491 (tree_unswitch_single_loop): ... here.
|
H A D | ChangeLog-2008 | 7801 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that
|
H A D | ChangeLog-2021 | 1630 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop):
|
H A D | ChangeLog-2007 | 31023 (tree_unswitch_single_loop): Pass eni_size_weights to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-unswitch.c | 78 static bool tree_unswitch_single_loop (class loop *, int); 101 changed |= tree_unswitch_single_loop (loop, 0); in tree_ssa_unswitch_loops() 267 tree_unswitch_single_loop (class loop *loop, int num) in tree_unswitch_single_loop() function 467 tree_unswitch_single_loop (nloop, num + 1); in tree_unswitch_single_loop() 468 tree_unswitch_single_loop (loop, num + 1); in tree_unswitch_single_loop()
|