OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_e
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
2298
-
UPDATE_E
- a successor edge of LOOP->exit that is on the (only) path
2303
The phi args associated with the edge
UPDATE_E
in the bb
2304
UPDATE_E
->dest are updated accordingly.
2318
path starts with the edge
UPDATE_E
, and its destination (denoted update_bb)
2324
tree niters, edge
update_e
)
2328
basic_block update_bb =
update_e
->dest;
2411
adjust_phi_and_debug_stmts (phi1,
update_e
, ni_name);
2973
edge
update_e
= loop_preheader_edge (update_loop);
2990
tree merge_arg = PHI_ARG_DEF_FROM_EDGE (update_phi,
update_e
);
2992
merge_loc = gimple_phi_arg_location_from_edge (update_phi,
update_e
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
1526
-
UPDATE_E
- a successor edge of LOOP->exit that is on the (only) path
1531
The phi args associated with the edge
UPDATE_E
in the bb
1532
UPDATE_E
->dest are updated accordingly.
1546
path starts with the edge
UPDATE_E
, and its destination (denoted update_bb)
1552
tree niters, edge
update_e
)
1556
basic_block update_bb =
update_e
->dest;
1561
gcc_assert (single_succ_edge (exit_bb) ==
update_e
);
1622
adjust_phi_and_debug_stmts (phi1,
update_e
, ni_name);
2305
edge
update_e
= loop_preheader_edge (update_loop);
local
2322
tree merge_arg = PHI_ARG_DEF_FROM_EDGE (update_phi,
update_e
);
2747
edge
update_e
= NULL, skip_e = NULL;
local
[
all
...]
Completed in 77 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026