Home
last modified time | relevance | path

Searched refs:match_uaddsub_overflow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3379 match_uaddsub_overflow (gimple_stmt_iterator *gsi, gimple *stmt, in match_uaddsub_overflow() function
3777 match_uaddsub_overflow (&gsi, stmt, code); in after_dom_children()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20201069 * tree-ssa-math-opts.c (match_uaddsub_overflow): For BIT_NOT_EXPR,
1074 If match_uaddsub_overflow returned true, continue instead of break.
1253 (match_uaddsub_overflow): Optimize unsigned a > ~b into
1255 (math_opts_dom_walker::after_dom_children): Call match_uaddsub_overflow
3803 (match_uaddsub_overflow): Pattern recognize even other forms of
H A DChangeLog-20154139 match_uaddsub_overflow): New functions.
4140 (pass_optimize_widening_mul::execute): Call match_uaddsub_overflow.
H A DChangeLog-202135013 (match_uaddsub_overflow): Renamed to ...