OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_phi_tree
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5354
/* Next create a new phi node vector (
NEW_PHI_TREE
) which starts
5362
tree
new_phi_tree
= make_ssa_name (cr_index_vector_type);
local
5363
new_phi = create_phi_node (
new_phi_tree
, loop->header);
5371
(
NEW_PHI_TREE
).
5372
Finally, we update the phi (
NEW_PHI_TREE
) to take the value of
5379
new_phi_tree
= gimple_build (&stmts, VEC_COND_EXPR,
5382
indx_before_incr,
new_phi_tree
);
5384
new_phi_tree
= gimple_build (&stmts, VEC_COND_EXPR,
5387
new_phi_tree
, indx_before_incr);
5392
induction_index =
new_phi_tree
;
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
6141
/* Next create a new phi node vector (
NEW_PHI_TREE
) which starts
6149
tree
new_phi_tree
= make_ssa_name (cr_index_vector_type);
local
6150
new_phi = create_phi_node (
new_phi_tree
, loop->header);
6158
(
NEW_PHI_TREE
).
6159
Finally, we update the phi (
NEW_PHI_TREE
) to take the value of
6166
new_phi_tree
= gimple_build (&stmts, VEC_COND_EXPR,
6169
indx_before_incr,
new_phi_tree
);
6171
new_phi_tree
= gimple_build (&stmts, VEC_COND_EXPR,
6174
new_phi_tree
, indx_before_incr);
6179
induction_index =
new_phi_tree
;
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026