Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc1916 tree_code and_or_code, in normalize() argument
1922 if (and_or_code == BIT_IOR_EXPR) in normalize()
1935 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR) in normalize()
1962 if (and_or_code == BIT_IOR_EXPR) in normalize()
1967 else if (gimple_assign_rhs_code (def_stmt) == and_or_code) in normalize()
1973 if (and_or_code == BIT_AND_EXPR) in normalize()
1978 n_pred.cond_code = and_or_code; in normalize()
1993 if (and_or_code == BIT_IOR_EXPR) in normalize()
2000 if (and_or_code == BIT_IOR_EXPR) in normalize()
2018 tree_code and_or_code = ERROR_MARK; in normalize() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c2070 enum tree_code and_or_code, in normalize_one_pred_1() argument
2076 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2088 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2116 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2121 else if (gimple_assign_rhs_code (def_stmt) == and_or_code) in normalize_one_pred_1()
2127 if (and_or_code == BIT_AND_EXPR) in normalize_one_pred_1()
2132 n_pred.cond_code = and_or_code; in normalize_one_pred_1()
2147 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2154 if (and_or_code == BIT_IOR_EXPR) in normalize_one_pred_1()
2167 enum tree_code and_or_code = ERROR_MARK; in normalize_one_pred() local
[all …]