Searched refs:IP_AFTER_USE (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 446 IP_AFTER_USE, /* Immediately after a specific use. */ enumerator 891 case IP_AFTER_USE: in dump_cand() 979 case IP_AFTER_USE: in stmt_after_increment() 3123 || ((pos == IP_AFTER_USE || pos == IP_BEFORE_USE) 3172 if (pos == IP_AFTER_USE || pos == IP_BEFORE_USE) 3266 add_candidate_1 (data, base, step, important, IP_AFTER_USE, use, in add_autoinc_candidates() 5005 else if (cand->pos == IP_AFTER_USE || cand->pos == IP_BEFORE_USE) in determine_group_iv_cost_address() 7117 case IP_AFTER_USE: in create_new_iv()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.cc | 446 IP_AFTER_USE, /* Immediately after a specific use. */ enumerator 892 case IP_AFTER_USE: in dump_cand() 980 case IP_AFTER_USE: in stmt_after_increment() 3153 || ((pos == IP_AFTER_USE || pos == IP_BEFORE_USE) in add_candidate_1() 3203 if (pos == IP_AFTER_USE || pos == IP_BEFORE_USE) in add_candidate_1() 3297 add_candidate_1 (data, base, step, important, IP_AFTER_USE, use, in add_autoinc_candidates() 5041 else if (cand->pos == IP_AFTER_USE || cand->pos == IP_BEFORE_USE) in determine_group_iv_cost_address() 7247 case IP_AFTER_USE: in create_new_iv()
|
H A D | ChangeLog-2009 | 14192 (enum iv_position): Add IP_AFTER_USE and IP_BEFORE_USE.
|