Searched refs:verify_loop_structure (Results 1 – 25 of 27) sorted by relevance
12
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.h | 401 extern void verify_loop_structure (void); 646 verify_loop_structure (); in checking_verify_loop_structure()
|
H A D | cfgloop.c | 1402 verify_loop_structure (void) in verify_loop_structure() function
|
H A D | passes.c | 2001 verify_loop_structure (); in execute_function_todo()
|
H A D | omp-expand.c | 1509 verify_loop_structure (); in expand_omp_taskreg() 8168 verify_loop_structure (); in expand_omp_target() 9086 verify_loop_structure (); in execute_expand_omp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloop.h | 401 extern void verify_loop_structure (void); 646 verify_loop_structure (); in checking_verify_loop_structure()
|
H A D | cfgloop.cc | 1399 verify_loop_structure (void) in verify_loop_structure() function
|
H A D | passes.cc | 2101 verify_loop_structure (); in execute_function_todo()
|
H A D | omp-expand.cc | 1511 verify_loop_structure (); in expand_omp_taskreg() 9940 verify_loop_structure (); in expand_omp_target() 10579 verify_loop_structure (); in execute_expand_omp()
|
H A D | ChangeLog-2013 | 2709 verify_loop_structure): Likewise. 2915 * cfgloop.c (verify_loop_structure): Likewise. 7382 * cfgloop.c (verify_loop_structure): Likewise. 31858 (verify_loop_structure): Likewise. 32361 * cfgloop.c (verify_loop_structure): Check that looks are not 36276 * cfgloop.c (verify_loop_structure): Streamline and avoid 37912 (verify_loop_structure): Verify that a recorded latch is in fact 38306 * cfgloop.c (verify_loop_structure): Add more checking of headers. 38316 (verify_loop_structure): Cleanup. Verify a loop is a loop. 38352 * cfgloop.c (verify_loop_structure): Properly handle [all …]
|
H A D | ChangeLog-2006 | 1884 verify_loop_structure): Use FOR_EACH_LOOP. 4283 verify_loop_structure): Ditto. 4300 verify_loop_structure, duplicate_loop, duplicate_loop_to_header_edge, 4649 * cfgloop.c (mark_single_exit_loops, verify_loop_structure): Ditto.
|
H A D | ChangeLog-2015 | 3823 (verify_loop_structure): Improve verification of loop->latch. 4093 (verify_loop_structure): Improve verification of loop->latch. 21158 verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP. 21160 (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for 21172 verify_loop_structure. 35448 * cfgloop.c (verify_loop_structure): Verify the root loop node.
|
H A D | ChangeLog-2021 | 3021 * cfgloop.c (verify_loop_structure): Reduce scope of 5950 * cfgloop.c (verify_loop_structure): Use a temporary BB flag 18385 (verify_loop_structure): Likewise. 23221 * cfgloop.c (verify_loop_structure): Likewise.
|
H A D | ChangeLog-2007 | 12595 release_recorded_exits, get_loop_exit_edges, verify_loop_structure, 20921 (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect 21164 cancel_loop, verify_loop_structure): Ditto. 32694 (verify_loop_structure): Verify consistency of the exit lists.
|
H A D | ChangeLog-2012 | 14533 * cfgloop.c (verify_loop_structure): Verify loop fathers. 29662 * cfgloop.c (verify_loop_structure): Calculate or verify dominators. 31776 * cfgloop.c (verify_loop_structure): Verify dominators before
|
H A D | ChangeLog-2003 | 30835 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags. 35004 find_common_loop, verify_loop_structure): Declarations moved to ... 35023 (verify_loop_structure): Modified to use flags stored in loop structure;
|
H A D | ChangeLog | 10454 * cfgloop.cc (verify_loop_structure): Look for released
|
H A D | ChangeLog-2004 | 10766 (verify_loop_structure): Likewise. 14807 verify_loop_structure): Likewise. 17104 (verify_loop_structure): Verify single-exit loops.
|
H A D | ChangeLog-2005 | 22440 verify_loop_structure. 29371 canonicalize_loop_headers, verify_loop_structure): Ditto.
|
H A D | ChangeLog-2002 | 18782 verify_loop_structure): Declare. 18796 find_common_loop, verify_loop_structure, loop_latch_edge,
|
H A D | ChangeLog-2019 | 21527 (verify_loop_structure): Same. 28217 (verify_loop_structure): Same.
|
H A D | ChangeLog-2010 | 5734 * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start 28816 * cfgloop.c (verify_loop_structure): Likewise.
|
H A D | ChangeLog-2016 | 17238 * cfgloop.c (verify_loop_structure): Likewise.
|
H A D | ChangeLog-2018 | 12421 * cfgloop.c (verify_loop_structure): Allocate temporary edge
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | loop.texi | 189 @item @code{verify_loop_structure}: Checks consistency of the loop
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | loop.texi | 188 @item @code{verify_loop_structure}: Checks consistency of the loop
|
12