Home
last modified time | relevance | path

Searched refs:bbs_to_scale (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1086 bitmap bbs_to_scale = NULL; in duplicate_loop_body_to_header_edge() local
1142 bbs_to_scale = BITMAP_ALLOC (NULL); in duplicate_loop_body_to_header_edge()
1147 bitmap_set_bit (bbs_to_scale, i); in duplicate_loop_body_to_header_edge()
1296 if (bbs_to_scale && scale_after_exit) in duplicate_loop_body_to_header_edge()
1298 EXECUTE_IF_SET_IN_BITMAP (bbs_to_scale, 0, i, bi) in duplicate_loop_body_to_header_edge()
1330 if (bbs_to_scale && scale_after_exit) in duplicate_loop_body_to_header_edge()
1332 EXECUTE_IF_SET_IN_BITMAP (bbs_to_scale, 0, i, bi) in duplicate_loop_body_to_header_edge()
1369 BITMAP_FREE (bbs_to_scale); in duplicate_loop_body_to_header_edge()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1153 bitmap bbs_to_scale = NULL; in duplicate_loop_to_header_edge() local
1209 bbs_to_scale = BITMAP_ALLOC (NULL); in duplicate_loop_to_header_edge()
1214 bitmap_set_bit (bbs_to_scale, i); in duplicate_loop_to_header_edge()
1363 if (bbs_to_scale && scale_after_exit) in duplicate_loop_to_header_edge()
1365 EXECUTE_IF_SET_IN_BITMAP (bbs_to_scale, 0, i, bi) in duplicate_loop_to_header_edge()
1397 if (bbs_to_scale && scale_after_exit) in duplicate_loop_to_header_edge()
1399 EXECUTE_IF_SET_IN_BITMAP (bbs_to_scale, 0, i, bi) in duplicate_loop_to_header_edge()
1438 BITMAP_FREE (bbs_to_scale); in duplicate_loop_to_header_edge()