Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c87 struct biv_entry struct
110 struct biv_entry_hasher : free_ptr_hash <biv_entry> argument
113 static inline hashval_t hash (const biv_entry *);
114 static inline bool equal (const biv_entry *, const rtx_def *);
120 biv_entry_hasher::hash (const biv_entry *b) in hash()
128 biv_entry_hasher::equal (const biv_entry *b, const rtx_def *r) in equal()
827 struct biv_entry *biv = bivs->find_with_hash (def, REGNO (def)); in analyzed_for_bivness_p()
839 struct biv_entry *biv = XNEW (struct biv_entry); in record_biv()
840 biv_entry **slot = bivs->find_slot_with_hash (def, REGNO (def), INSERT); in record_biv()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-iv.c89 struct biv_entry struct
239 return ((const struct biv_entry *) b)->regno; in biv_hash()
247 return ((const struct biv_entry *) b)->regno == REGNO ((const_rtx) r); in biv_eq()
823 struct biv_entry *biv = in analyzed_for_bivness_p()
824 (struct biv_entry *) htab_find_with_hash (bivs, def, REGNO (def)); in analyzed_for_bivness_p()
836 struct biv_entry *biv = XNEW (struct biv_entry); in record_biv()