Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDflow.c648 prop_flags & PROP_POST_REGSTACK ? -1 : 1); in update_life_info()
658 prop_flags & PROP_POST_REGSTACK ? -1 : 1); in update_life_info()
2989 && (!(flags & PROP_POST_REGSTACK) in mark_set_1()
3008 && (!(flags & PROP_POST_REGSTACK) in mark_set_1()
3073 && (!(flags & PROP_POST_REGSTACK) in mark_set_1()
3843 && (!(pbi->flags & PROP_POST_REGSTACK) in mark_used_reg()
HDbasic-block.h813 #define PROP_POST_REGSTACK 2048 /* We run after reg-stack and need macro
HDstruct-equiv.c994 ? PROP_POST_REGSTACK : 0))); in struct_equiv_init()
HDChangeLog-20051533 * flow.c (update_life_info): If PROP_POST_REGSTACK is set, call
1536 registers if PROP_POST_REGSTACK is set.
1545 * basic-block.h (PROP_POST_REGSTACK, STRUCT_EQUIV_START): Define.