OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:split_stores
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
3709
/* Split a merged store described by GROUP by populating the
SPLIT_STORES
3721
If
SPLIT_STORES
is NULL, it is just a dry run to count number of
3727
vec<split_store *> *
split_stores
,
3757
if (
split_stores
)
3770
split_stores
->safe_push (store);
3825
if (
split_stores
)
3832
split_stores
->safe_push (store);
3975
if (
split_stores
)
3994
split_stores
->safe_push (store);
4010
FOR_EACH_VEC_ELT (*
split_stores
, i, store
4227
auto_vec<class split_store *, 32>
split_stores
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
3605
/* Split a merged store described by GROUP by populating the
SPLIT_STORES
3617
If
SPLIT_STORES
is NULL, it is just a dry run to count number of
3623
vec<split_store *> *
split_stores
,
3653
if (
split_stores
)
3666
split_stores
->safe_push (store);
3721
if (
split_stores
)
3728
split_stores
->safe_push (store);
3871
if (
split_stores
)
3890
split_stores
->safe_push (store);
3906
FOR_EACH_VEC_ELT (*
split_stores
, i, store
4123
auto_vec<class split_store *, 32>
split_stores
;
local
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026