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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c2070 enum tree_code and_or_code,
2076 if (and_or_code == BIT_IOR_EXPR)
2088 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR)
2116 if (and_or_code == BIT_IOR_EXPR)
2121 else if (gimple_assign_rhs_code (def_stmt) == and_or_code)
2127 if (and_or_code == BIT_AND_EXPR)
2132 n_pred.cond_code = and_or_code;
2147 if (and_or_code == BIT_IOR_EXPR)
2154 if (and_or_code == BIT_IOR_EXPR)
2167 enum tree_code and_or_code local
2067 normalize_one_pred_1(pred_chain_union *norm_preds, pred_chain *norm_chain, pred_info pred, enum tree_code and_or_code, vec<pred_info, va_heap, vl_ptr> *work_list, hash_set<tree> *mark_set) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc1916 tree_code and_or_code,
1922 if (and_or_code == BIT_IOR_EXPR)
1935 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR)
1962 if (and_or_code == BIT_IOR_EXPR)
1967 else if (gimple_assign_rhs_code (def_stmt) == and_or_code)
1973 if (and_or_code == BIT_AND_EXPR)
1978 n_pred.cond_code = and_or_code;
1993 if (and_or_code == BIT_IOR_EXPR)
2000 if (and_or_code == BIT_IOR_EXPR)
2018 tree_code and_or_code local
1914 normalize(pred_chain *norm_chain, pred_info pred, tree_code and_or_code, pred_chain *work_list, hash_set<tree> *mark_set) argument
[all...]

Completed in 98 milliseconds