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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1679 record_equivalences_from_stmt (gimple *stmt, int may_optimize_p, argument
1701 if (may_optimize_p
2001 bool may_optimize_p; local
2061 may_optimize_p = (!gimple_has_side_effects (stmt)
2068 if (may_optimize_p)
2190 record_equivalences_from_stmt (stmt, may_optimize_p, m_avail_exprs_stack);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1714 record_equivalences_from_stmt (gimple *stmt, int may_optimize_p, argument
1736 if (may_optimize_p
2102 bool may_optimize_p; local
2167 may_optimize_p = (!gimple_has_side_effects (stmt)
2174 if (may_optimize_p)
2296 record_equivalences_from_stmt (stmt, may_optimize_p, m_avail_exprs_stack);

Completed in 167 milliseconds