Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c3025 edge e, e_then, e_else; in expand_parallel_call() local
3067 e_then = make_edge (then_bb, bb, EDGE_FALLTHRU); in expand_parallel_call()
3074 add_phi_arg (phi, tmp_then, e_then, UNKNOWN_LOCATION); in expand_parallel_call()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-expand.c651 edge e, e_then, e_else; in expand_parallel_call() local
694 e_then = make_edge (then_bb, bb, EDGE_FALLTHRU); in expand_parallel_call()
700 add_phi_arg (phi, tmp_then, e_then, UNKNOWN_LOCATION); in expand_parallel_call()