Searched refs:pred_chain_union (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.h45 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union; typedef
93 const pred_chain_union chain () const
145 pred_chain_union m_preds;
H A Dgimple-predicate-analysis.cc208 dump_predicates (gimple *stmt, const pred_chain_union &preds, const char *msg)
286 const pred_chain_union &preds)
326 find_var_cmp_const (pred_chain_union preds, gphi *phi, gimple **flag_def,
655 build_pred_expr (const pred_chain_union &preds, bool invert = false)
1190 can_be_invalidated_p (const pred_chain_union &preds, const pred_chain &guard)
1229 const pred_chain_union &phi_use_guards = m_preds;
1414 pred_chain_union s_preds = vNULL;
1485 pred_chain_union s_preds = vNULL;
1585 and converting the IOR tree into a pred_chain_union or the BIT_AND
1596 then _t != 0 will be normalized into a pred_chain_union
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c628 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union; typedef
644 pred_chain_union *preds)
777 find_predicates (pred_chain_union *preds,
870 find_def_preds (pred_chain_union *preds, gphi *phi)
953 dump_predicates (gimple *usestmt, pred_chain_union preds, const char *msg)
975 destroy_predicate_vecs (pred_chain_union *preds)
1073 pred_chain_union preds,
1115 pred_chain_union *def_preds,
1231 pred_chain_union def_preds = vNULL;
1326 use_pred_not_overlap_with_undef_path_pred (pred_chain_union pred
[all...]

Completed in 97 milliseconds