Searched refs:guard_decl (Results 1 – 4 of 4) sorted by relevance
5026 tree guard_decl = crtl->stack_protect_guard_decl; in stack_protect_epilogue() local5033 if (targetm.have_stack_protect_combined_test () && guard_decl) in stack_protect_epilogue()5035 gcc_assert (DECL_P (guard_decl)); in stack_protect_epilogue()5036 y = DECL_RTL (guard_decl); in stack_protect_epilogue()5045 if (guard_decl) in stack_protect_epilogue()5046 y = expand_normal (guard_decl); in stack_protect_epilogue()
6534 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue() local6537 crtl->stack_protect_guard_decl = guard_decl; in stack_protect_prologue()6540 if (targetm.have_stack_protect_combined_set () && guard_decl) in stack_protect_prologue()6542 gcc_assert (DECL_P (guard_decl)); in stack_protect_prologue()6543 y = DECL_RTL (guard_decl); in stack_protect_prologue()6556 if (guard_decl) in stack_protect_prologue()6557 y = expand_normal (guard_decl); in stack_protect_prologue()
3099 for stack_protect_guard and guard_decl.
10185 * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,