Searched refs:gimple_mod_pow2 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.c | 82 static tree gimple_mod_pow2 (gimple, int, gcov_type, gcov_type); 717 gimple_mod_pow2 (gimple stmt, int prob, gcov_type count, gcov_type all) in gimple_mod_pow2() function 854 result = gimple_mod_pow2 (stmt, prob, count, all); in gimple_mod_pow2_value_transform()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.c | 844 gimple_mod_pow2 (gassign *stmt, profile_probability prob, gcov_type count, gcov_type all) in gimple_mod_pow2() function 976 result = gimple_mod_pow2 (stmt, prob, count, all); in gimple_mod_pow2_value_transform()
|