Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dloop-iv.c109 static htab_t bivs; variable
221 htab_empty (bivs); in clear_iv_info()
257 bivs = htab_create (10, biv_hash, biv_eq, free); in iv_analysis_loop_init()
798 struct biv_entry *biv = htab_find_with_hash (bivs, def, REGNO (def)); in analyzed_for_bivness_p()
811 void **slot = htab_find_slot_with_hash (bivs, def, REGNO (def), INSERT); in record_biv()
1240 htab_delete (bivs); in iv_analysis_done()
1241 bivs = NULL; in iv_analysis_done()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.21310 (strength_reduce): Discard an iv with multiple bivs, any of
8121 (strength_reduce): Release the varrays from the no-bivs early exit.
DChangeLog2699 of the 'same' field for bivs.
5445 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
DChangeLog.47834 (strength_reduce): Lose code to try to find bivs that can be
DChangeLog.15882 (strength_reduce): Try to find bivs that can be expressed as givs
DChangeLog.32648 (strength_reduce): Discard an iv with multiple bivs, any of