Home
last modified time | relevance | path

Searched refs:cand_increment (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c2084 cand_increment (slsr_cand_t c) in cand_increment() function
2109 widest_int increment = cand_increment (c); in cand_abs_increment()
2249 widest_int bump = cand_increment (c) * wi::to_widest (c->stride); in replace_unconditional_candidate()
2833 record_increment (c, cand_increment (c), NOT_PHI_ADJUST); in record_increments()
3690 cand_incr = cand_increment (c); in replace_one_candidate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.cc2083 cand_increment (slsr_cand_t c) in cand_increment() function
2108 widest_int increment = cand_increment (c); in cand_abs_increment()
2248 widest_int bump = cand_increment (c) * wi::to_widest (c->stride); in replace_unconditional_candidate()
2832 record_increment (c, cand_increment (c), NOT_PHI_ADJUST); in record_increments()
3689 cand_incr = cand_increment (c); in replace_one_candidate()
H A DChangeLog-201216431 (cand_increment): Likewise.
H A DChangeLog-201331449 (cand_increment): Handle phi-dependent candidates.
H A DChangeLog-201439941 (cand_increment): Likewise. Return a widest_int.