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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-iv.c27 is found, it is cached in the bivs hash table. When register is proved
109 static htab_t bivs; variable
221 htab_empty (bivs);
257 bivs = htab_create (10, biv_hash, biv_eq, free);
798 struct biv_entry *biv = htab_find_with_hash (bivs, def, REGNO (def));
811 void **slot = htab_find_slot_with_hash (bivs, def, REGNO (def), INSERT);
1240 htab_delete (bivs);
1241 bivs = NULL;

Completed in 46 milliseconds