Lines Matching refs:uninit_opnds
148 unsigned uninit_opnds = 0; in compute_uninit_opnds_pos() local
161 MASK_SET_BIT (uninit_opnds, i); in compute_uninit_opnds_pos()
163 return uninit_opnds; in compute_uninit_opnds_pos()
784 unsigned uninit_opnds,
823 gimple phi, unsigned uninit_opnds, in prune_uninit_phi_opnds_in_unrealizable_paths() argument
835 if (!MASK_TEST_BIT (uninit_opnds, i)) in prune_uninit_phi_opnds_in_unrealizable_paths()
998 gimple phi, unsigned uninit_opnds, in use_pred_not_overlap_with_undef_path_pred() argument
1073 uninit_opnds, in use_pred_not_overlap_with_undef_path_pred()
1774 unsigned uninit_opnds, in is_use_properly_guarded() argument
1831 num_preds, preds, phi, uninit_opnds, visited_phis); in is_use_properly_guarded()
1848 find_uninit_use (gimple phi, unsigned uninit_opnds, in find_uninit_use() argument
1879 uninit_opnds, in find_uninit_use()
1928 unsigned uninit_opnds; in warn_uninitialized_phi() local
1936 uninit_opnds = compute_uninit_opnds_pos (phi); in warn_uninitialized_phi()
1938 if (MASK_EMPTY (uninit_opnds)) in warn_uninitialized_phi()
1948 uninit_use_stmt = find_uninit_use (phi, uninit_opnds, in warn_uninitialized_phi()
1955 uninit_op = gimple_phi_arg_def (phi, MASK_FIRST_SET_BIT (uninit_opnds)); in warn_uninitialized_phi()