Home
last modified time | relevance | path

Searched refs:succe (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.cc4706 edge succe = NULL; in dominated_by_p_w_unex() local
4711 if (succe) in dominated_by_p_w_unex()
4713 succe = NULL; in dominated_by_p_w_unex()
4716 succe = e; in dominated_by_p_w_unex()
4718 if (succe) in dominated_by_p_w_unex()
4723 if (EDGE_COUNT (succe->dest->preds) > 1) in dominated_by_p_w_unex()
4725 FOR_EACH_EDGE (e, ei, succe->dest->preds) in dominated_by_p_w_unex()
4726 if (e != succe in dominated_by_p_w_unex()
4730 succe = NULL; in dominated_by_p_w_unex()
4734 if (succe) in dominated_by_p_w_unex()
[all …]
Dtree-eh.cc3651 edge succe = single_succ_edge (bb); in sink_clobbers() local
3652 succbb = succe->dest; in sink_clobbers()
3734 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe), in sink_clobbers()