Searched refs:uninit_opnds (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c425 unsigned uninit_opnds = 0; local
446 MASK_SET_BIT (uninit_opnds, i);
449 return uninit_opnds;
1114 unsigned uninit_opnds,
1152 prune_uninit_phi_opnds (gphi *phi, unsigned uninit_opnds, gphi *flag_def, argument
1163 if (!MASK_TEST_BIT (uninit_opnds, i))
1327 gphi *phi, unsigned uninit_opnds,
1400 (phi, uninit_opnds, as_a<gphi *> (flag_def), boundary_cst, cmp_code,
2338 uninit_uses_cannot_happen (gphi *phi, unsigned uninit_opnds, argument
2358 if (!MASK_TEST_BIT (uninit_opnds,
1326 use_pred_not_overlap_with_undef_path_pred(pred_chain_union preds, gphi *phi, unsigned uninit_opnds, hash_set<gphi *> *visited_phis) argument
2424 is_use_properly_guarded(gimple *use_stmt, basic_block use_bb, gphi *phi, unsigned uninit_opnds, pred_chain_union *def_preds, hash_set<gphi *> *visited_phis) argument
2503 find_uninit_use(gphi *phi, unsigned uninit_opnds, vec<gphi *> *worklist, hash_set<gphi *> *added_to_worklist) argument
2578 unsigned uninit_opnds; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-uninit.cc1110 unsigned uninit_opnds = 0; local
1131 MASK_SET_BIT (uninit_opnds, i);
1134 return uninit_opnds;
1175 find_uninit_use (gphi *phi, unsigned uninit_opnds, argument
1208 if (def_preds.is_use_guarded (use_stmt, use_bb, phi, uninit_opnds))
1255 unsigned uninit_opnds = compute_uninit_opnds_pos (phi); local
1256 if (MASK_EMPTY (uninit_opnds))
1265 gimple *uninit_use_stmt = find_uninit_use (phi, uninit_opnds,
1273 unsigned phiarg_index = MASK_FIRST_SET_BIT (uninit_opnds);

Completed in 139 milliseconds