Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3895 match_arith_overflow (gimple_stmt_iterator *gsi, gimple *stmt, in match_arith_overflow() function
4966 match_arith_overflow (&gsi, stmt, code, m_cfg_changed_p); in after_dom_children()
4972 match_arith_overflow (&gsi, stmt, code, m_cfg_changed_p); in after_dom_children()
4976 if (match_arith_overflow (&gsi, stmt, code, m_cfg_changed_p)) in after_dom_children()
H A DChangeLog-202134111 * tree-ssa-math-opts.c (match_arith_overflow): Fix up computation of
35003 (match_arith_overflow): Adjust caller. Handle signed multiply
35014 (match_arith_overflow): ... this. Add cfg_changed argument. Handle
35017 match_arith_overflow also for MULT_EXPR.