Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-dom.c1610 record_equivalences_from_stmt (gimple *stmt, int may_optimize_p, in record_equivalences_from_stmt() argument
1632 if (may_optimize_p in record_equivalences_from_stmt()
1929 bool may_optimize_p; in optimize_stmt() local
1989 may_optimize_p = (!gimple_has_side_effects (stmt) in optimize_stmt()
1996 if (may_optimize_p) in optimize_stmt()
2113 record_equivalences_from_stmt (stmt, may_optimize_p, m_avail_exprs_stack); in optimize_stmt()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-dom.c1993 record_equivalences_from_stmt (gimple stmt, int may_optimize_p) in record_equivalences_from_stmt() argument
2014 if (may_optimize_p in record_equivalences_from_stmt()
2180 bool may_optimize_p; in optimize_stmt() local
2240 may_optimize_p = (!gimple_has_side_effects (stmt) in optimize_stmt()
2247 if (may_optimize_p) in optimize_stmt()
2313 record_equivalences_from_stmt (stmt, may_optimize_p); in optimize_stmt()