Home
last modified time | relevance | path

Searched refs:mark_effect (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcfgcleanup.c88 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);
DChangeLog.61001 (thread_jump, mark_effect): New functions.
DChangeLog.721003 (mark_effect): Fix handling of hard register; fix handling of SET
/openbsd/src/gnu/gcc/gcc/
Dcfgcleanup.c73 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()