OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_edge
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-iterator.cc
961
edge e, ad_edge = NULL,
other_edge
= NULL;
local
977
if (
other_edge
|| e->flags & (EDGE_ABNORMAL | EDGE_EH))
979
other_edge
= e;
982
if (
other_edge
== NULL)
986
other_edge
= split_block_after_labels (bb);
987
e = make_edge (ad_edge->src,
other_edge
->dest, EDGE_ABNORMAL);
988
for (gphi_iterator gsi = gsi_start_phis (
other_edge
->src);
995
gphi *new_phi = create_phi_node (lhs,
other_edge
->dest);
996
add_phi_arg (new_phi, new_lhs,
other_edge
, UNKNOWN_LOCATION);
1005
set_immediate_dominator (CDI_DOMINATORS,
other_edge
->src
[
all
...]
cfgloopmanip.cc
646
edge
other_edge
= NULL;
local
656
other_edge
= NULL;
659
other_edge
= e;
665
if (
other_edge
&&
other_edge
->dest == loop->latch)
tree-ssa-math-opts.cc
3726
edge
other_edge
= EDGE_SUCC (pred_bb, EDGE_SUCC (pred_bb, 0) == pred_edge);
3740
if (
other_edge
->dest != other_succ_edge->dest)
3743
else if (!single_succ_p (bb) ||
other_edge
->dest != single_succ (bb))
3799
basic_block succ_bb =
other_edge
->dest;
3804
tree v1 = gimple_phi_arg_def (phi,
other_edge
->dest_idx);
3843
tree other_val = gimple_phi_arg_def (phi,
other_edge
->dest_idx);
tree-cfg.cc
7777
edge taken_edge = NULL,
other_edge
= NULL;
local
7781
other_edge
= false_edge;
7786
other_edge
= true_edge;
7794
other_edge
->probability = profile_probability::never ();
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
3511
edge
other_edge
= EDGE_SUCC (pred_bb, EDGE_SUCC (pred_bb, 0) == pred_edge);
3525
if (
other_edge
->dest != other_succ_edge->dest)
3528
else if (!single_succ_p (bb) ||
other_edge
->dest != single_succ (bb))
3585
basic_block succ_bb =
other_edge
->dest;
3590
tree v1 = gimple_phi_arg_def (phi,
other_edge
->dest_idx);
3629
tree other_val = gimple_phi_arg_def (phi,
other_edge
->dest_idx);
Completed in 29 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026