Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c110 struct biv_entry_hasher : free_ptr_hash <biv_entry> struct
120 biv_entry_hasher::hash (const biv_entry *b) in hash() argument
128 biv_entry_hasher::equal (const biv_entry *b, const rtx_def *r) in equal()
135 static hash_table<biv_entry_hasher> *bivs;
274 bivs = new hash_table<biv_entry_hasher> (10); in iv_analysis_loop_init()