Home
last modified time | relevance | path

Searched refs:record_increment (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c2685 record_increment (slsr_cand_t c, widest_int increment, bool is_phi_adjust) in record_increment() function
2795 record_increment (phi_cand, diff, PHI_ADJUST); in record_phi_increments_1()
2801 record_increment (arg_cand, diff, PHI_ADJUST); in record_phi_increments_1()
2833 record_increment (c, cand_increment (c), NOT_PHI_ADJUST); in record_increments()
2842 record_increment (c, c->index, NOT_PHI_ADJUST); in record_increments()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.cc2684 record_increment (slsr_cand_t c, widest_int increment, bool is_phi_adjust) in record_increment() function
2794 record_increment (phi_cand, diff, PHI_ADJUST); in record_phi_increments_1()
2800 record_increment (arg_cand, diff, PHI_ADJUST); in record_phi_increments_1()
2832 record_increment (c, cand_increment (c), NOT_PHI_ADJUST); in record_increments()
2841 record_increment (c, c->index, NOT_PHI_ADJUST); in record_increments()
H A DChangeLog-20169517 * gimple-ssa-strength-reduction.c (record_increment): Remove
9533 (record_increment): Increments of -1 for unknown strides just use
26568 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
H A DChangeLog-201331094 (record_increment): Limit number of increments recorded.
31460 (record_increment): Handle phi adjustments.
33413 * gimple-ssa-strength-reduction.c (record_increment): Only set
H A DChangeLog-201215607 (record_increment): Likewise.
H A DChangeLog-201439949 (record_increment): Take a widest_int instead of a double_int.