Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Ddf-problems.c3416 bitmap local_live, bitmap local_processed, in df_create_unused_note() argument
3434 if (bitmap_bit_p (local_processed, dregno)) in df_create_unused_note()
3441 bitmap_set_bit (local_processed, dregno); in df_create_unused_note()
3600 local_processed, dflow->flags, luid); in df_ri_bb_compute()
3616 local_processed, dflow->flags, luid); in df_ri_bb_compute()
3679 bitmap_set_bit (local_processed, uregno); in df_ri_bb_compute()
3691 bitmap_and_compl_into (live, local_processed); in df_ri_bb_compute()
3696 bitmap_clear (local_processed); in df_ri_bb_compute()
3713 bitmap local_processed = NULL; in df_ri_compute() local
3719 local_processed = BITMAP_ALLOC (NULL); in df_ri_compute()
[all …]