Searched refs:all_ones (Results 1 – 3 of 3) sorted by relevance
398 bool all_zeros, all_ones; in if_valid_hwaddr() local400 all_zeros = all_ones = true; in if_valid_hwaddr()405 all_ones = false; in if_valid_hwaddr()406 if (!all_zeros && !all_ones) in if_valid_hwaddr()
3151 bitmap all_ones = NULL; in dse_step3() local3190 if (!all_ones) in dse_step3()3195 all_ones = BITMAP_ALLOC (&dse_bitmap_obstack); in dse_step3()3197 bitmap_ior_into (all_ones, group->group_kill); in dse_step3()3202 bitmap_copy (bb_info->out, all_ones); in dse_step3()3207 if (all_ones) in dse_step3()3208 BITMAP_FREE (all_ones); in dse_step3()
3484 bitmap all_ones = NULL; in dse_step3() local3522 if (!all_ones) in dse_step3()3527 all_ones = BITMAP_ALLOC (NULL); in dse_step3()3529 bitmap_ior_into (all_ones, group->group_kill); in dse_step3()3534 bitmap_copy (bb_info->out, all_ones); in dse_step3()3539 if (all_ones) in dse_step3()3540 BITMAP_FREE (all_ones); in dse_step3()