OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ssa_names
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa.h
73
/* Array of all
SSA_NAMEs
used in the function. */
74
vec<tree, va_gc> *
ssa_names
;
variable
88
/* Free list of
SSA_NAMEs
. */
91
/* Queue of
SSA_NAMEs
to be freed at the next opportunity. */
tree-if-conv.cc
338
/* Release the
SSA_NAMEs
associated with the predicate of basic block BB. */
2521
/* Return true if VALUE is available for use at STMT.
SSA_NAMES
is
2525
value_available_p (gimple *stmt, hash_set<tree_ssa_name_hash> *
ssa_names
,
2539
?
ssa_names
->contains (value)
2548
has value COND. Return a statement that does so.
SSA_NAMES
is the set of
2553
hash_set<tree_ssa_name_hash> *
ssa_names
)
2575
if (new_else && value_available_p (stmt,
ssa_names
, new_else))
2717
hash_set<tree_ssa_name_hash>
ssa_names
;
local
2795
new_stmt = predicate_rhs_code (stmt, mask, cond, &
ssa_names
);
2861
ssa_names
.add (lhs)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa.h
73
/* Array of all
SSA_NAMEs
used in the function. */
74
vec<tree, va_gc> *
ssa_names
;
variable
86
/* Free list of
SSA_NAMEs
. */
89
/* Queue of
SSA_NAMEs
to be freed at the next opportunity. */
tree-if-conv.cc
303
/* Release the
SSA_NAMEs
associated with the predicate of basic block BB. */
2317
/* Return true if VALUE is available for use at STMT.
SSA_NAMES
is
2321
value_available_p (gimple *stmt, hash_set<tree_ssa_name_hash> *
ssa_names
,
2335
?
ssa_names
->contains (value)
2344
has value COND. Return a statement that does so.
SSA_NAMES
is the set of
2349
hash_set<tree_ssa_name_hash> *
ssa_names
)
2371
if (new_else && value_available_p (stmt,
ssa_names
, new_else))
2513
hash_set<tree_ssa_name_hash>
ssa_names
;
local
2590
new_stmt = predicate_rhs_code (stmt, mask, cond, &
ssa_names
);
2637
ssa_names
.add (lhs)
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026