Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline-analysis.c1668 struct predicate op_non_const; in will_be_nonconstant_predicate() local
1720 op_non_const = false_predicate (); in will_be_nonconstant_predicate()
1728 op_non_const = or_predicates (summary->conds, &p, &op_non_const); in will_be_nonconstant_predicate()
1740 op_non_const = or_predicates (summary->conds, &p, &op_non_const); in will_be_nonconstant_predicate()
1745 SSA_NAME_VERSION (gimple_assign_lhs (stmt)), &op_non_const); in will_be_nonconstant_predicate()
1746 return op_non_const; in will_be_nonconstant_predicate()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-fnsummary.c1509 predicate op_non_const; in will_be_nonconstant_predicate() local
1561 op_non_const = in will_be_nonconstant_predicate()
1565 op_non_const = false; in will_be_nonconstant_predicate()
1582 op_non_const = p.or_with (summary->conds, op_non_const); in will_be_nonconstant_predicate()
1588 = op_non_const; in will_be_nonconstant_predicate()
1589 return op_non_const; in will_be_nonconstant_predicate()