OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curr_sp_change
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc
738
static poly_int64
curr_sp_change
;
776
curr_sp_change
-= size;
778
curr_sp_change
+= size;
780
curr_sp_change
+= offset;
832
curr_sp_change
+= offset;
1326
curr_sp_change
= 0;
1331
lra_get_insn_recog_data (insn)->sp_offset =
curr_sp_change
;
1335
if (maybe_ne (
curr_sp_change
, 0)
1341
&& (maybe_ne (
curr_sp_change
, 0) || stop_to_sp_elimination_p)
1354
curr_sp_change
= offset
737
static poly_int64
curr_sp_change
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc
722
static poly_int64
curr_sp_change
;
760
curr_sp_change
-= size;
762
curr_sp_change
+= size;
764
curr_sp_change
+= offset;
816
curr_sp_change
+= offset;
1289
curr_sp_change
= 0;
1294
lra_get_insn_recog_data (insn)->sp_offset =
curr_sp_change
;
1298
if (maybe_ne (
curr_sp_change
, 0)
1304
&& (maybe_ne (
curr_sp_change
, 0) || stop_to_sp_elimination_p)
721
static poly_int64
curr_sp_change
;
variable
Completed in 24 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026