Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-pre.c281 #define RVUSE_OUT(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_out macro
1951 RVUSE_OUT (bb) = BITMAP_ALLOC (&grand_bitmap_obstack); in compute_rvuse_and_antic_safe()
1961 bitmap_set_bit (RVUSE_OUT (ENTRY_BLOCK_PTR), in compute_rvuse_and_antic_safe()
2054 bitmap_ior_into (RVUSE_IN (bb), RVUSE_OUT (e->src)); in compute_rvuse_and_antic_safe()
2056 changed |= bitmap_ior_and_compl (RVUSE_OUT (bb), in compute_rvuse_and_antic_safe()
2078 dump_bitmap_of_names (dump_file, RVUSE_OUT (bb)); in compute_rvuse_and_antic_safe()
2539 gcc_assert (bitmap_bit_p (RVUSE_OUT (bprime), id) in insert_into_preds_of_block()