Home
last modified time | relevance | path

Searched refs:def_preds (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c1115 pred_chain_union *def_preds,
1231 pred_chain_union def_preds = vNULL; in prune_uninit_phi_opnds() local
1238 &def_preds, in prune_uninit_phi_opnds()
1240 destroy_predicate_vecs (&def_preds); in prune_uninit_phi_opnds()
2428 pred_chain_union *def_preds, in is_use_properly_guarded() argument
2470 if (def_preds->is_empty ()) in is_use_properly_guarded()
2472 has_valid_preds = find_def_preds (def_preds, phi); in is_use_properly_guarded()
2480 simplify_preds (def_preds, phi, false); in is_use_properly_guarded()
2481 *def_preds = normalize_preds (*def_preds, phi, false); in is_use_properly_guarded()
2487 is_properly_guarded = is_superset_of (*def_preds, preds); in is_use_properly_guarded()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc489 predicate def_preds (eval); in prune_phi_opnds() local
554 if (def_preds.is_use_guarded (phi, opnd_edge->src, in prune_phi_opnds()
1264 predicate def_preds (m_eval); in use_cannot_happen() local
1265 def_preds.init_from_control_deps (dep_chains, num_chains); in use_cannot_happen()
1266 if (def_preds.is_empty ()) in use_cannot_happen()
1270 def_preds.simplify (); in use_cannot_happen()
1271 def_preds.normalize (); in use_cannot_happen()
1275 if (!can_be_invalidated_p (def_preds.chain (), use_guard)) in use_cannot_happen()
H A Dtree-ssa-uninit.cc1182 predicate def_preds (eval); in find_uninit_use() local
1208 if (def_preds.is_use_guarded (use_stmt, use_bb, phi, uninit_opnds)) in find_uninit_use()
H A DChangeLog-201520441 is_use_properly_guarded the variable def_preds. Free its
20444 (is_use_properly_guarded): Replace local variable def_preds with
20445 a parameter. Adjust accordingly. Only update *def_preds if it's