Home
last modified time | relevance | path

Searched defs:biv (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dloop-iv.c823 struct biv_entry *biv = in analyzed_for_bivness_p() local
836 struct biv_entry *biv = XNEW (struct biv_entry); in record_biv() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dloop-iv.c827 struct biv_entry *biv = bivs->find_with_hash (def, REGNO (def)); in analyzed_for_bivness_p() local
839 struct biv_entry *biv = XNEW (struct biv_entry); in record_biv() local
H A Dtree-ssa-loop-ivopts.c1975 record_biv_for_address_use (struct ivopts_data *data, struct iv *biv) in record_biv_for_address_use()