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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.c89 struct biv_entry struct
239 return ((const struct biv_entry *) b)->regno;
247 return ((const struct biv_entry *) b)->regno == REGNO ((const_rtx) r);
823 struct biv_entry *biv =
824 (struct biv_entry *) htab_find_with_hash (bivs, def, REGNO (def));
836 struct biv_entry *biv = XNEW (struct biv_entry);

Completed in 48 milliseconds