Home
last modified time | relevance | path

Searched refs:IP_ORIGINAL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c209 IP_ORIGINAL /* The original biv. */ enumerator
601 case IP_ORIGINAL: in dump_cand()
680 case IP_ORIGINAL: in stmt_after_increment()
2224 if (pos != IP_ORIGINAL) in add_candidate_1()
2276 if (pos != IP_ORIGINAL && cand->iv) in add_candidate_1()
4267 if (cand->pos == IP_ORIGINAL in determine_use_iv_cost_generic()
4917 if (cand->pos != IP_ORIGINAL) in set_autoinc_for_original_candidates()
5066 if (cand->pos != IP_ORIGINAL in determine_iv_cost()
5841 if (originalp && cand->pos !=IP_ORIGINAL) in try_add_cand_for()
6107 case IP_ORIGINAL: in create_new_iv()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c407 IP_ORIGINAL /* The original biv. */ enumerator
850 case IP_ORIGINAL: in dump_cand()
929 case IP_ORIGINAL: in stmt_after_increment()
3094 if (pos != IP_ORIGINAL)
3130 if (pos != IP_ORIGINAL)
5336 if (cand->pos != IP_ORIGINAL) in set_autoinc_for_original_candidates()
5578 if (cand->pos != IP_ORIGINAL in determine_iv_cost()
6502 if (originalp && cand->pos !=IP_ORIGINAL) in try_add_cand_for()
6544 if (originalp && cand->pos == IP_ORIGINAL) in try_add_cand_for()
6786 case IP_ORIGINAL: in create_new_iv()
[all …]