Home
last modified time | relevance | path

Searched refs:bbs_to_fix (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgrtl.c2388 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2432 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2437 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2444 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2734 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2735 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgrtl.c2388 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2432 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2437 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2444 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2734 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2735 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgrtl.c2388 auto_vec<basic_block> bbs_to_fix; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2432 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2437 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2444 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2734 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2735 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgrtl.c2365 auto_vec<basic_block> bbs_to_fix; in find_partition_fixes() local
2382 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2385 return bbs_to_fix; in find_partition_fixes()
2409 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2414 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2418 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2421 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2711 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2712 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgrtl.c2388 auto_vec<basic_block> bbs_to_fix; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2432 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2437 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2444 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2734 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2735 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgrtl.c2388 auto_vec<basic_block> bbs_to_fix; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2432 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2437 if (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 basic_block bb = bbs_to_fix.pop (); in fixup_partitions()
2444 while (! bbs_to_fix.is_empty ()); in fixup_partitions()
2734 auto_vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2735 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgrtl.c2340 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2357 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2361 return bbs_to_fix; in find_partition_fixes()
2387 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2392 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2394 bb = bbs_to_fix.pop (); in fixup_partitions()
2625 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2626 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgrtl.c2354 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2371 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2375 return bbs_to_fix; in find_partition_fixes()
2401 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2406 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2408 bb = bbs_to_fix.pop (); in fixup_partitions()
2652 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2653 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgrtl.c2388 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2405 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2408 return bbs_to_fix; in find_partition_fixes()
2434 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2439 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2441 bb = bbs_to_fix.pop (); in fixup_partitions()
2685 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2686 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgrtl.c2296 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2332 bbs_to_fix.safe_push (son); in find_partition_fixes()
2341 return bbs_to_fix; in find_partition_fixes()
2367 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2372 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2374 bb = bbs_to_fix.pop (); in fixup_partitions()
2593 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2594 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgrtl.c2340 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2357 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2361 return bbs_to_fix; in find_partition_fixes()
2387 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2392 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2394 bb = bbs_to_fix.pop (); in fixup_partitions()
2625 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2626 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgrtl.c2340 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2357 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2361 return bbs_to_fix; in find_partition_fixes()
2387 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2392 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2394 bb = bbs_to_fix.pop (); in fixup_partitions()
2625 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2626 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgrtl.c2273 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2309 bbs_to_fix.safe_push (son); in find_partition_fixes()
2318 return bbs_to_fix; in find_partition_fixes()
2344 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2349 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2351 bb = bbs_to_fix.pop (); in fixup_partitions()
2570 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2571 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgrtl.c2340 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2357 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2361 return bbs_to_fix; in find_partition_fixes()
2387 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2392 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2394 bb = bbs_to_fix.pop (); in fixup_partitions()
2625 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2626 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgrtl.c2340 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2357 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2361 return bbs_to_fix; in find_partition_fixes()
2387 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2392 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2394 bb = bbs_to_fix.pop (); in fixup_partitions()
2625 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2626 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgrtl.c2350 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2367 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2371 return bbs_to_fix; in find_partition_fixes()
2397 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2402 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2404 bb = bbs_to_fix.pop (); in fixup_partitions()
2635 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2636 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgrtl.c2344 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2361 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2365 return bbs_to_fix; in find_partition_fixes()
2391 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2396 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2398 bb = bbs_to_fix.pop (); in fixup_partitions()
2642 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2643 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgrtl.c2354 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2371 bbs_to_fix.safe_push (bb); in find_partition_fixes()
2375 return bbs_to_fix; in find_partition_fixes()
2401 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2406 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2408 bb = bbs_to_fix.pop (); in fixup_partitions()
2652 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2653 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgrtl.c2296 vec<basic_block> bbs_to_fix = vNULL; in find_partition_fixes() local
2332 bbs_to_fix.safe_push (son); in find_partition_fixes()
2341 return bbs_to_fix; in find_partition_fixes()
2367 vec<basic_block> bbs_to_fix = find_partition_fixes (false); in fixup_partitions() local
2372 while (! bbs_to_fix.is_empty ()) in fixup_partitions()
2374 bb = bbs_to_fix.pop (); in fixup_partitions()
2593 vec<basic_block> bbs_to_fix = find_partition_fixes (true); in rtl_verify_edges() local
2594 err = !bbs_to_fix.is_empty (); in rtl_verify_edges()