Home
last modified time | relevance | path

Searched refs:first_active_latch (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1071 basic_block new_bb, bb, first_active_latch = NULL; in duplicate_loop_body_to_header_edge() local
1223 first_active_latch = latch; in duplicate_loop_body_to_header_edge()
1306 if (!first_active_latch) in duplicate_loop_body_to_header_edge()
1309 first_active_latch = new_bbs[n - 1]; in duplicate_loop_body_to_header_edge()
1362 CDI_DOMINATORS, first_active[i], first_active_latch); in duplicate_loop_body_to_header_edge()
H A Dcfgloopmanip.c1138 basic_block new_bb, bb, first_active_latch = NULL; in duplicate_loop_to_header_edge() local
1290 first_active_latch = latch; in duplicate_loop_to_header_edge()
1373 if (!first_active_latch) in duplicate_loop_to_header_edge()
1376 first_active_latch = new_bbs[n - 1]; in duplicate_loop_to_header_edge()
1430 CDI_DOMINATORS, first_active[i], first_active_latch); in duplicate_loop_to_header_edge()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1138 basic_block new_bb, bb, first_active_latch = NULL; in duplicate_loop_to_header_edge() local
1290 first_active_latch = latch; in duplicate_loop_to_header_edge()
1373 if (!first_active_latch) in duplicate_loop_to_header_edge()
1376 first_active_latch = new_bbs[n - 1]; in duplicate_loop_to_header_edge()
1430 CDI_DOMINATORS, first_active[i], first_active_latch); in duplicate_loop_to_header_edge()