OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsi_from
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
1616
for (auto
gsi_from
= gsi_start_phis (loop_exit->dest);
1617
!gsi_end_p (
gsi_from
); gsi_next (&
gsi_from
))
1619
tree res = gimple_phi_result (*
gsi_from
);
1730
for (auto
gsi_from
= gsi_start_phis (loop->header),
1732
!gsi_end_p (
gsi_from
) && !gsi_end_p (gsi_to);
1733
gsi_next (&
gsi_from
), gsi_next (&gsi_to))
1735
gimple *from_phi = gsi_stmt (
gsi_from
);
1783
for (auto
gsi_from
= gsi_start_phis (loop->header),
1785
!gsi_end_p (
gsi_from
) && !gsi_end_p (gsi_to)
[
all
...]
tree-ssa-phiopt.cc
1648
gimple_stmt_iterator
gsi_from
;
local
1653
gsi_from
= gsi_for_stmt (prep_stmt[i]);
1654
gsi_move_before (&
gsi_from
, &gsi);
1658
gsi_from
= gsi_for_stmt (assign);
1659
gsi_move_before (&
gsi_from
, &gsi);
1719
gimple_stmt_iterator gsi,
gsi_from
;
local
2251
gsi_from
= gsi_last_nondebug_bb (middle_bb);
2252
reset_flow_sensitive_info (SINGLE_SSA_TREE_OPERAND (gsi_stmt (
gsi_from
),
2254
gsi_move_before (&
gsi_from
, &gsi);
2893
gimple_stmt_iterator gsi,
gsi_from
;
local
[
all
...]
tree-vect-loop.cc
12431
gimple_stmt_iterator
gsi_from
;
local
12437
gsi_from
= gsi;
12441
gsi_move_before (&
gsi_from
, &gsi_to);
12467
gsi_from
= gsi;
12482
gsi_remove (&
gsi_from
, true);
12512
gsi_move_before (&
gsi_from
, &gsi_to);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc
1744
gimple_stmt_iterator
gsi_from
;
local
1749
gsi_from
= gsi_for_stmt (prep_stmt[i]);
1750
gsi_move_before (&
gsi_from
, &gsi);
1754
gsi_from
= gsi_for_stmt (assign);
1755
gsi_move_before (&
gsi_from
, &gsi);
1778
gimple_stmt_iterator gsi,
gsi_from
;
local
2143
gsi_from
= gsi_last_nondebug_bb (middle_bb);
2144
reset_flow_sensitive_info (SINGLE_SSA_TREE_OPERAND (gsi_stmt (
gsi_from
),
2146
gsi_move_before (&
gsi_from
, &gsi);
2776
gimple_stmt_iterator gsi,
gsi_from
;
local
[
all
...]
tree-vect-loop-manip.cc
992
gimple_stmt_iterator
gsi_from
, gsi_to;
local
994
for (
gsi_from
= gsi_start_phis (from->dest),
996
!gsi_end_p (
gsi_from
) && !gsi_end_p (gsi_to);)
998
gimple *from_phi = gsi_stmt (
gsi_from
);
1004
gsi_next (&
gsi_from
);
1025
gsi_next (&
gsi_from
);
tree-vect-loop.cc
10197
gimple_stmt_iterator
gsi_from
;
local
10203
gsi_from
= gsi;
10207
gsi_move_before (&
gsi_from
, &gsi_to);
10233
gsi_from
= gsi;
10248
gsi_remove (&
gsi_from
, true);
10278
gsi_move_before (&
gsi_from
, &gsi_to);
Completed in 47 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026