Searched refs:regs_active (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | cselib.c | 78 bitmap regs_active; member 1407 && !bitmap_bit_p (evd->regs_active, REGNO (p->loc))) in expand_loc() 1482 cselib_expand_value_rtx (rtx orig, bitmap regs_active, int max_depth) in cselib_expand_value_rtx() argument 1486 evd.regs_active = regs_active; in cselib_expand_value_rtx() 1501 cselib_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_expand_value_rtx_cb() argument 1506 evd.regs_active = regs_active; in cselib_expand_value_rtx_cb() 1519 cselib_dummy_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_dummy_expand_value_rtx_cb() argument 1524 evd.regs_active = regs_active; in cselib_dummy_expand_value_rtx_cb() 1589 bitmap_set_bit (evd->regs_active, regno); in cselib_expand_value_rtx_1() 1595 bitmap_clear_bit (evd->regs_active, regno); in cselib_expand_value_rtx_1() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | cselib.c | 64 bitmap regs_active; member 1457 && !bitmap_bit_p (evd->regs_active, REGNO (p->loc))) in expand_loc() 1532 cselib_expand_value_rtx (rtx orig, bitmap regs_active, int max_depth) in cselib_expand_value_rtx() argument 1536 evd.regs_active = regs_active; in cselib_expand_value_rtx() 1551 cselib_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_expand_value_rtx_cb() argument 1556 evd.regs_active = regs_active; in cselib_expand_value_rtx_cb() 1569 cselib_dummy_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_dummy_expand_value_rtx_cb() argument 1574 evd.regs_active = regs_active; in cselib_dummy_expand_value_rtx_cb() 1639 bitmap_set_bit (evd->regs_active, regno); in cselib_expand_value_rtx_1() 1645 bitmap_clear_bit (evd->regs_active, regno); in cselib_expand_value_rtx_1() [all …]
|