Searched refs:mark_effect (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgcleanup.cc | 81 static bool mark_effect (rtx, bitmap); 197 mark_effect (rtx exp, regset nonequal) in mark_effect() function 364 failed |= mark_effect (XVECEXP (pat, 0, i), nonequal); in thread_jump() 367 failed |= mark_effect (pat, nonequal); in thread_jump()
|
H A D | ChangeLog | 5517 * cfgcleanup.cc: (mark_effect): Use cselib_redundant_set_p instead
|
H A D | ChangeLog-2015 | 32413 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and 32531 * cfgcleanup.c (mark_effect): Likewise.
|
H A D | ChangeLog-2001 | 1001 (thread_jump, mark_effect): New functions.
|
H A D | ChangeLog-2002 | 35450 (mark_effect): Fix handling of hard register; fix handling of SET
|
H A D | ChangeLog-2011 | 34815 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
|
H A D | ChangeLog-2004 | 43984 (mark_effect, mentions_nonequal_regs): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgcleanup.c | 81 static bool mark_effect (rtx, bitmap); 197 mark_effect (rtx exp, regset nonequal) in mark_effect() function 365 failed |= mark_effect (XVECEXP (pat, 0, i), nonequal); in thread_jump() 368 failed |= mark_effect (pat, nonequal); in thread_jump()
|