Searched refs:nonnull_args (Results 1 – 3 of 3) sorted by relevance
675 bitmap nonnull_args = get_nonnull_args (fntype); in on_stmt() local676 if (nonnull_args) in on_stmt()685 if (bitmap_empty_p (nonnull_args) in on_stmt()686 || bitmap_bit_p (nonnull_args, i)) in on_stmt()700 BITMAP_FREE (nonnull_args); in on_stmt()
1700 bitmap nonnull_args = get_nonnull_args (fntype); in on_stmt() local1701 if (nonnull_args) in on_stmt()1710 if (bitmap_empty_p (nonnull_args) in on_stmt()1711 || bitmap_bit_p (nonnull_args, i)) in on_stmt()1737 BITMAP_FREE (nonnull_args); in on_stmt()
3987 bitmap nonnull_args = get_nonnull_args (fntype); in push_frame() local3993 bool non_null = (nonnull_args in push_frame()3994 ? (bitmap_empty_p (nonnull_args) in push_frame()3995 || bitmap_bit_p (nonnull_args, parm_idx)) in push_frame()4004 BITMAP_FREE (nonnull_args); in push_frame()