Searched refs:CLEANUP_POST_REGSTACK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dstruct-equiv.c396 if (info->mode & CLEANUP_POST_REGSTACK
838 if ((info->mode & CLEANUP_POST_REGSTACK) && stack_regs_mentioned (i1))
994 | ((mode & CLEANUP_POST_REGSTACK)
1002 if (!(mode & CLEANUP_POST_REGSTACK))
H A Dbasic-block.h830 #define CLEANUP_POST_REGSTACK 4 /* We run after reg-stack and need
829 #define CLEANUP_POST_REGSTACK macro
H A Dreg-stack.c3202 if (cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK
3207 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK);
H A Dcfgcleanup.c986 if ((mode & CLEANUP_POST_REGSTACK) && stack_regs_mentioned (i1))

Completed in 67 milliseconds