Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-pre.c279 #define RVUSE_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_gen macro
1949 RVUSE_GEN (bb) = BITMAP_ALLOC (&grand_bitmap_obstack); in compute_rvuse_and_antic_safe()
1997 bitmap_and_compl_into (RVUSE_GEN (bb), repbit); in compute_rvuse_and_antic_safe()
2003 bitmap_clear_bit (RVUSE_GEN (bb), SSA_NAME_VERSION (use)); in compute_rvuse_and_antic_safe()
2009 bitmap_set_bit (RVUSE_GEN (bb), SSA_NAME_VERSION (def)); in compute_rvuse_and_antic_safe()
2029 bitmap_set_bit (RVUSE_GEN (e->src), SSA_NAME_VERSION (def)); in compute_rvuse_and_antic_safe()
2057 RVUSE_GEN (bb), in compute_rvuse_and_antic_safe()
2075 dump_bitmap_of_names (dump_file, RVUSE_GEN (bb)); in compute_rvuse_and_antic_safe()