Home
last modified time | relevance | path

Searched refs:df_md_scratch (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddf-problems.c4357 static bitmap_head df_md_scratch; variable
4395 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4607 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4613 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4666 bitmap_release (&df_md_scratch); in df_md_free()
H A DChangeLog-20091512 * df-problems.c (df_md_scratch): New.
4482 * df-problems.c (df_md_scratch): New.
17566 (df_md_scratch): New.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddf-problems.c4350 static bitmap_head df_md_scratch; variable
4388 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4600 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4606 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4664 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddf-problems.c4404 static bitmap_head df_md_scratch; variable
4442 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4654 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4660 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4718 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddf-problems.c4364 static bitmap_head df_md_scratch; variable
4402 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4614 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4620 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4678 bitmap_release (&df_md_scratch); in df_md_free()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddf-problems.c4404 static bitmap_head df_md_scratch; variable
4442 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4654 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4660 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4718 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4652 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddf-problems.c4364 static bitmap_head df_md_scratch; variable
4402 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4614 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4620 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4678 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddf-problems.c4357 static bitmap_head df_md_scratch; variable
4395 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4607 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4613 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4666 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddf-problems.c4404 static bitmap_head df_md_scratch; variable
4442 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4654 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4660 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4718 bitmap_release (&df_md_scratch); in df_md_free()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddf-problems.c4402 static bitmap_head df_md_scratch; variable
4440 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4652 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4658 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
4716 bitmap_release (&df_md_scratch); in df_md_free()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
H A DChangeLog-20091512 * df-problems.c (df_md_scratch): New.
4482 * df-problems.c (df_md_scratch): New.
17566 (df_md_scratch): New.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddf-problems.c4115 static bitmap_head df_md_scratch; variable
4153 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4371 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4377 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
H A DChangeLog-20091512 * df-problems.c (df_md_scratch): New.
4482 * df-problems.c (df_md_scratch): New.
17566 (df_md_scratch): New.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddf-problems.c4344 static bitmap_head df_md_scratch; variable
4382 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4594 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4600 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
H A DChangeLog-20091512 * df-problems.c (df_md_scratch): New.
4482 * df-problems.c (df_md_scratch): New.
17566 (df_md_scratch): New.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddf-problems.c4114 static bitmap_head df_md_scratch; variable
4152 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4370 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4376 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddf-problems.c4343 static bitmap_head df_md_scratch; variable
4381 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4599 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddf-problems.c4114 static bitmap_head df_md_scratch; variable
4152 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4370 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4376 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddf-problems.c4344 static bitmap_head df_md_scratch; variable
4382 bitmap_initialize (&df_md_scratch, &problem_data->md_bitmaps); in df_md_alloc()
4594 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
4600 return bitmap_ior_and_compl (out, &df_md_scratch, in, kill); in df_md_transfer_function()

123