Searched refs:df_live_scratch (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | df-problems.cc | 1381 static bitmap_head df_live_scratch; variable 1421 bitmap_initialize (&df_live_scratch, &problem_data->live_bitmaps); in df_live_alloc() 1588 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 1593 return bitmap_ior_and_compl (out, &df_live_scratch, in, kill); in df_live_transfer_function() 1636 bitmap_release (&df_live_scratch); in df_live_free()
|
H A D | ChangeLog-2008 | 28286 * df-problems.c (df_live_scratch): New scratch bitmap. 28287 (df_live_alloc): Allocate df_live_scratch when doing df_live. 28295 (df_live_free): Free df_live_scratch.
|
H A D | ChangeLog-2010 | 26172 * df-problems.c (df_live_scratch): Convert to bitmap_head. 26173 (df_live_alloc): Initialize df_live_scratch when initializing 26175 (df_live_transfer_function): Update uses of df_live_scratch. 26176 (df_live_free): Free problem_data; clear df_live_scratch before
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | df-problems.c | 1341 static bitmap_head df_live_scratch; variable 1381 bitmap_initialize (&df_live_scratch, &problem_data->live_bitmaps); in df_live_alloc() 1548 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 1553 return bitmap_ior_and_compl (out, &df_live_scratch, in, kill); in df_live_transfer_function() 1596 bitmap_release (&df_live_scratch); in df_live_free()
|