Searched refs:powi_as_mults (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.h23 extern tree powi_as_mults (gimple_stmt_iterator *, location_t,
H A Dtree-ssa-math-opts.cc1451 function needs to be kept in sync with powi_as_mults below. */
1492 /* Recursive subroutine of powi_as_mults. This function takes the
1538 powi_as_mults (gimple_stmt_iterator *gsi, location_t loc, function
1578 return powi_as_mults (gsi, loc, arg0, n);
H A Dtree-ssa-reassoc.cc6315 iter_result = powi_as_mults (&gsi, gimple_location (stmt),
6436 iter_result = powi_as_mults (&gsi, gimple_location (stmt),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1317 function needs to be kept in sync with powi_as_mults below. */
1358 /* Recursive subroutine of powi_as_mults. This function takes the
1404 powi_as_mults (gimple_stmt_iterator *gsi, location_t loc, function
1444 return powi_as_mults (gsi, loc, arg0, n);

Completed in 139 milliseconds