Searched refs:mark_effect (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cfgcleanup.c | 88 static bool mark_effect PARAMS ((rtx, bitmap)); 213 mark_effect (exp, nonequal) in mark_effect() function 389 failed |= mark_effect (XVECEXP (pat, 0, i), nonequal); 392 failed |= mark_effect (pat, nonequal);
|
| D | ChangeLog.6 | 1001 (thread_jump, mark_effect): New functions.
|
| D | ChangeLog.7 | 21003 (mark_effect): Fix handling of hard register; fix handling of SET
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | cfgcleanup.c | 73 static bool mark_effect (rtx, bitmap); 188 mark_effect (rtx exp, regset nonequal) in mark_effect() function 360 failed |= mark_effect (XVECEXP (pat, 0, i), nonequal); in thread_jump() 363 failed |= mark_effect (pat, nonequal); in thread_jump()
|