OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:induction_phi
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
9647
gphi *
induction_phi
;
local
9878
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
9879
induc_def = PHI_RESULT (
induction_phi
);
9891
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
9892
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop),
9895
STMT_VINFO_VEC_STMTS (stmt_info).safe_push (
induction_phi
);
9896
*vec_stmt =
induction_phi
;
9933
(gimple *)
induction_phi
, SSA_NAME_DEF_STMT (vec_def));
9961
gphi *
induction_phi
;
local
10262
induction_phi
= create_phi_node (vec_dest, iv_loop->header)
[
all
...]
tree-vect-loop.cc
9647
gphi *
induction_phi
;
local
9878
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
9879
induc_def = PHI_RESULT (
induction_phi
);
9891
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
9892
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop),
9895
STMT_VINFO_VEC_STMTS (stmt_info).safe_push (
induction_phi
);
9896
*vec_stmt =
induction_phi
;
9933
(gimple *)
induction_phi
, SSA_NAME_DEF_STMT (vec_def));
9961
gphi *
induction_phi
;
local
10262
induction_phi
= create_phi_node (vec_dest, iv_loop->header)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
8115
gphi *
induction_phi
;
local
8409
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
8410
induc_def = PHI_RESULT (
induction_phi
);
8423
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop),
8440
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
8442
SLP_TREE_VEC_STMTS (slp_node).quick_push (
induction_phi
);
8661
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
8662
induc_def = PHI_RESULT (
induction_phi
);
8673
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
8674
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop)
[
all
...]
tree-vect-loop.cc
8115
gphi *
induction_phi
;
local
8409
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
8410
induc_def = PHI_RESULT (
induction_phi
);
8423
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop),
8440
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
8442
SLP_TREE_VEC_STMTS (slp_node).quick_push (
induction_phi
);
8661
induction_phi
= create_phi_node (vec_dest, iv_loop->header);
8662
induc_def = PHI_RESULT (
induction_phi
);
8673
add_phi_arg (
induction_phi
, vec_init, pe, UNKNOWN_LOCATION);
8674
add_phi_arg (
induction_phi
, vec_def, loop_latch_edge (iv_loop)
[
all
...]
Completed in 93 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026