OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phi_arg_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc
2249
hash_map<tree_operand_hash, auto_vec<int> >
phi_arg_map
;
local
2254
/* Compute
phi_arg_map
, determine the list of unique PHI args and the indices
2262
if (!
phi_arg_map
.get (arg))
2264
phi_arg_map
.get_or_insert (arg).safe_push (i);
2274
vec<int> *indices =
phi_arg_map
.get (args[i].arg);
/src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc
2037
hash_map<tree_operand_hash, auto_vec<int> >
phi_arg_map
;
local
2043
/* Compute
phi_arg_map
. */
2049
if (!
phi_arg_map
.get (arg))
2051
phi_arg_map
.get_or_insert (arg).safe_push (i);
2061
if ((len =
phi_arg_map
.get (args[i])->length ()) > max)
2075
if (args_len == 2 &&
phi_arg_map
.get (args[0])->length () == 1)
2078
indexes =
phi_arg_map
.get (args[0]);
2119
indexes =
phi_arg_map
.get (args[i]);
Completed in 64 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026