Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDasan.c583 tree restored_stack = gimple_call_arg (call, 0); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()