OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:redundant_ssa_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc
221
static vec< std::pair<tree, tree> >
redundant_ssa_names
;
variable
2223
redundant_ssa_names
.safe_push (std::make_pair (res, rhs));
2322
redundant_ssa_names
.safe_push (std::make_pair (res, rhs));
2588
redundant_ssa_names
.safe_push (std::make_pair (use_lhs, lhs));
3927
FOR_EACH_VEC_ELT (
redundant_ssa_names
, ssa_names_idx, name_pair)
3929
redundant_ssa_names
.release ();
/src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc
210
static vec< std::pair<tree, tree> >
redundant_ssa_names
;
variable
2011
redundant_ssa_names
.safe_push (std::make_pair (res, rhs));
2103
redundant_ssa_names
.safe_push (std::make_pair (res, rhs));
2384
redundant_ssa_names
.safe_push (std::make_pair (use_lhs, lhs));
3386
FOR_EACH_VEC_ELT (
redundant_ssa_names
, ssa_names_idx, name_pair)
3388
redundant_ssa_names
.release ();
Completed in 42 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026