OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_save
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc
3122
gimple *
stack_save
= SSA_NAME_DEF_STMT (gimple_call_arg (call, 0));
local
3123
if (is_gimple_call (
stack_save
))
3125
callee = gimple_call_fndecl (
stack_save
);
3131
stack_save_gsi = gsi_for_stmt (
stack_save
);
builtins.cc
891
rtx
stack_save
;
local
916
stack_save
= gen_rtx_MEM (sa_mode,
919
set_mem_alias_set (
stack_save
, setjmp_alias_set);
920
emit_stack_save (SAVE_NONLOCAL, &
stack_save
);
1253
rtx
stack_save
local
1260
emit_stack_save (SAVE_NONLOCAL, &
stack_save
);
gimplify.cc
1385
gcall *
stack_save
;
1649
stack_save
operation belongs to the beginning of block, which we can
1661
stack_save
= NULL;
1753
build_stack_save_restore (&
stack_save
, &stack_restore);
1755
gimple_set_location (
stack_save
, start_locus);
1780
if (
stack_save
)
1781
gimplify_seq_add_stmt (&new_body,
stack_save
);
1383
gcall *
stack_save
;
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc
3097
gimple *
stack_save
= SSA_NAME_DEF_STMT (gimple_call_arg (call, 0));
local
3098
if (is_gimple_call (
stack_save
))
3100
callee = gimple_call_fndecl (
stack_save
);
3106
stack_save_gsi = gsi_for_stmt (
stack_save
);
builtins.cc
905
rtx
stack_save
;
local
930
stack_save
= gen_rtx_MEM (sa_mode,
933
set_mem_alias_set (
stack_save
, setjmp_alias_set);
934
emit_stack_save (SAVE_NONLOCAL, &
stack_save
);
1267
rtx
stack_save
local
1274
emit_stack_save (SAVE_NONLOCAL, &
stack_save
);
gimplify.cc
1354
gcall *
stack_save
;
1435
stack_save
operation belongs to the beginning of block, which we can
1447
stack_save
= NULL;
1457
build_stack_save_restore (&
stack_save
, &stack_restore);
1459
gimple_set_location (
stack_save
, start_locus);
1547
if (
stack_save
)
1548
gimplify_seq_add_stmt (&new_body,
stack_save
);
1352
gcall *
stack_save
;
local
Completed in 66 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026