Home
last modified time | relevance | path

Searched refs:has_abnormal_preds (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-pre.c1290 static sbitmap has_abnormal_preds; variable
1399 TEST_BIT (has_abnormal_preds, son->index)); in compute_antic_aux()
1415 has_abnormal_preds = sbitmap_alloc (last_basic_block); in compute_antic()
1416 sbitmap_zero (has_abnormal_preds); in compute_antic()
1425 SET_BIT (has_abnormal_preds, block->index); in compute_antic()
1442 sbitmap_free (has_abnormal_preds); in compute_antic()
H A DChangeLog-200516726 * tree-ssa-pre.c (has_abnormal_preds): Make it static.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-pre.c2017 static sbitmap has_abnormal_preds; variable
2356 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2357 bitmap_clear (has_abnormal_preds); in compute_antic()
2366 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2406 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2436 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2441 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
H A DChangeLog-200529902 * tree-ssa-pre.c (has_abnormal_preds): Make it static.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-pre.c2002 static sbitmap has_abnormal_preds; variable
2341 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2342 bitmap_clear (has_abnormal_preds); in compute_antic()
2351 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2391 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2423 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2428 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-pre.c2017 static sbitmap has_abnormal_preds; variable
2356 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2357 bitmap_clear (has_abnormal_preds); in compute_antic()
2366 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2406 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2436 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2441 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-pre.c2015 static sbitmap has_abnormal_preds; variable
2354 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2355 bitmap_clear (has_abnormal_preds); in compute_antic()
2364 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2404 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2434 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2439 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-pre.c2095 static sbitmap has_abnormal_preds; variable
2444 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2445 bitmap_clear (has_abnormal_preds); in compute_antic()
2457 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2491 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2521 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2531 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-pre.c2089 static sbitmap has_abnormal_preds; variable
2443 has_abnormal_preds = sbitmap_alloc (last_basic_block); in compute_antic()
2444 bitmap_clear (has_abnormal_preds); in compute_antic()
2456 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2490 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2520 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2530 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-pre.c2089 static sbitmap has_abnormal_preds; variable
2443 has_abnormal_preds = sbitmap_alloc (last_basic_block); in compute_antic()
2444 bitmap_clear (has_abnormal_preds); in compute_antic()
2456 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2490 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2520 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2530 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c2076 static sbitmap has_abnormal_preds; variable
2361 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2362 bitmap_clear (has_abnormal_preds); in compute_antic()
2371 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2405 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2439 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2454 sbitmap_free (has_abnormal_preds); in compute_antic()
H A DChangeLog-200529902 * tree-ssa-pre.c (has_abnormal_preds): Make it static.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c2076 static sbitmap has_abnormal_preds; variable
2361 has_abnormal_preds = sbitmap_alloc (last_basic_block_for_fn (cfun)); in compute_antic()
2362 bitmap_clear (has_abnormal_preds); in compute_antic()
2371 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2405 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2439 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2454 sbitmap_free (has_abnormal_preds); in compute_antic()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-pre.c2459 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2460 bitmap_clear (has_abnormal_preds); in compute_antic()
2469 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2509 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2539 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-pre.c2448 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2449 bitmap_clear (has_abnormal_preds); in compute_antic()
2458 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2498 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2528 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-pre.c2362 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2363 bitmap_clear (has_abnormal_preds); in compute_antic()
2372 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2412 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2442 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c2452 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2453 bitmap_clear (has_abnormal_preds); in compute_antic()
2462 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2502 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2532 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-pre.c2362 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2363 bitmap_clear (has_abnormal_preds); in compute_antic()
2372 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2412 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2442 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c2452 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2453 bitmap_clear (has_abnormal_preds); in compute_antic()
2462 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2502 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2532 bitmap_bit_p (has_abnormal_preds, in compute_antic()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-pre.c2362 auto_sbitmap has_abnormal_preds (last_basic_block_for_fn (cfun)); in compute_antic()
2363 bitmap_clear (has_abnormal_preds); in compute_antic()
2372 bitmap_set_bit (has_abnormal_preds, block->index); in compute_antic()
2412 bitmap_bit_p (has_abnormal_preds, in compute_antic()
2442 bitmap_bit_p (has_abnormal_preds, in compute_antic()

123