Lines Matching defs:ccp_prop_value_t
165 class ccp_prop_value_t {
193 static ccp_prop_value_t *const_val;
196 static void canonicalize_value (ccp_prop_value_t *);
197 static void ccp_lattice_meet (ccp_prop_value_t *, ccp_prop_value_t *);
202 dump_lattice_value (FILE *outf, const char *prefix, ccp_prop_value_t val)
241 void debug_lattice_value (ccp_prop_value_t val);
244 debug_lattice_value (ccp_prop_value_t val)
276 static ccp_prop_value_t
279 ccp_prop_value_t val = { UNINITIALIZED, NULL_TREE, 0 };
366 static inline ccp_prop_value_t *
369 ccp_prop_value_t *val;
389 ccp_prop_value_t *val;
410 ccp_prop_value_t *val = &const_val[SSA_NAME_VERSION (var)];
420 canonicalize_value (ccp_prop_value_t *val)
432 valid_lattice_transition (ccp_prop_value_t old_val, ccp_prop_value_t new_val)
523 set_lattice_value (tree var, ccp_prop_value_t *new_val)
526 ccp_prop_value_t *old_val = &const_val[SSA_NAME_VERSION (var)];
572 static ccp_prop_value_t get_value_for_expr (tree, bool);
573 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree);
582 value_to_wide_int (ccp_prop_value_t val)
594 static ccp_prop_value_t
598 ccp_prop_value_t val;
624 static ccp_prop_value_t
627 ccp_prop_value_t val;
631 ccp_prop_value_t *val_ = get_value (expr);
727 ccp_prop_value_t *val = get_value (use);
884 const_val = XCNEWVEC (ccp_prop_value_t, n_const_val);
994 ccp_prop_value_t *val;
1052 ccp_lattice_meet (ccp_prop_value_t *val1, ccp_prop_value_t *val2)
1116 ccp_prop_value_t tem = *val2;
1142 ccp_prop_value_t new_val;
1175 ccp_prop_value_t arg_val = get_value_for_expr (arg, false);
1983 static ccp_prop_value_t
1986 ccp_prop_value_t rval = get_value_for_expr (rhs, true);
1988 ccp_prop_value_t val;
2018 static ccp_prop_value_t
2021 ccp_prop_value_t r1val = get_value_for_expr (rhs1, true);
2022 ccp_prop_value_t r2val = get_value_for_expr (rhs2, true);
2024 ccp_prop_value_t val;
2083 static ccp_prop_value_t
2084 bit_value_assume_aligned (gimple *stmt, tree attr, ccp_prop_value_t ptrval,
2089 ccp_prop_value_t alignval;
2091 ccp_prop_value_t val;
2184 static ccp_prop_value_t
2187 ccp_prop_value_t val;
2230 ccp_prop_value_t *val = get_value (simplified);
2688 ccp_prop_value_t val;
2768 ccp_prop_value_t ptrval = get_value_for_expr (ptr, true);
2773 ccp_prop_value_t val
2846 ccp_prop_value_t val;
2879 ccp_prop_value_t val;