Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-uninit.c2077 enum tree_code and_or_code, in normalize_one_pred_1() argument
2083 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2095 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2123 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2128 else if (gimple_assign_rhs_code (def_stmt) == and_or_code) in normalize_one_pred_1()
2134 if (and_or_code == BIT_AND_EXPR) in normalize_one_pred_1()
2139 n_pred.cond_code = and_or_code; in normalize_one_pred_1()
2154 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2161 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2174 enum tree_code and_or_code = ERROR_MARK; in normalize_one_pred() local
[all …]