Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc4402 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()
H A DChangeLog-20091512 * df-problems.c (df_md_scratch): New.
4482 * df-problems.c (df_md_scratch): New.
17566 (df_md_scratch): New.
H A DChangeLog-20181723 (df_md_free): Release df_md_scratch bitmap.
/netbsd-src/external/gpl3/gcc.old/dist/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()