Searched refs:uninit_opnds (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-uninit.c | 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() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-uninit.c | 425 unsigned uninit_opnds = 0; in compute_uninit_opnds_pos() local 446 MASK_SET_BIT (uninit_opnds, i); in compute_uninit_opnds_pos() 449 return uninit_opnds; in compute_uninit_opnds_pos() 1114 unsigned uninit_opnds, 1152 prune_uninit_phi_opnds (gphi *phi, unsigned uninit_opnds, gphi *flag_def, in prune_uninit_phi_opnds() argument 1163 if (!MASK_TEST_BIT (uninit_opnds, i)) in prune_uninit_phi_opnds() 1327 gphi *phi, unsigned uninit_opnds, in use_pred_not_overlap_with_undef_path_pred() argument 1400 (phi, uninit_opnds, as_a<gphi *> (flag_def), boundary_cst, cmp_code, in use_pred_not_overlap_with_undef_path_pred() 2345 uninit_uses_cannot_happen (gphi *phi, unsigned uninit_opnds, in uninit_uses_cannot_happen() argument 2365 if (!MASK_TEST_BIT (uninit_opnds, i)) in uninit_uses_cannot_happen() [all …]
|