Searched refs:bivs (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | loop-iv.c | 109 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/ |
| D | ChangeLog.2 | 1310 (strength_reduce): Discard an iv with multiple bivs, any of 8121 (strength_reduce): Release the varrays from the no-bivs early exit.
|
| D | ChangeLog | 2699 of the 'same' field for bivs. 5445 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
|
| D | ChangeLog.4 | 7834 (strength_reduce): Lose code to try to find bivs that can be
|
| D | ChangeLog.1 | 5882 (strength_reduce): Try to find bivs that can be expressed as givs
|
| D | ChangeLog.3 | 2648 (strength_reduce): Discard an iv with multiple bivs, any of
|