Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ifcombine.cc346 edge outer2 = (EDGE_SUCC (outer_cond_bb, 0) == outer_to_inner in update_profile_after_ifcombine() local
352 if (inner_taken->dest != outer2->dest) in update_profile_after_ifcombine()
354 gcc_assert (inner_taken->dest == outer2->dest); in update_profile_after_ifcombine()
372 inner_taken->probability = outer2->probability + outer_to_inner->probability in update_profile_after_ifcombine()
378 outer2->probability = profile_probability::never (); in update_profile_after_ifcombine()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ifcombine.c344 edge outer2 = (EDGE_SUCC (outer_cond_bb, 0) == outer_to_inner in update_profile_after_ifcombine() local
350 if (inner_taken->dest != outer2->dest) in update_profile_after_ifcombine()
352 gcc_assert (inner_taken->dest == outer2->dest); in update_profile_after_ifcombine()
370 inner_taken->probability = outer2->probability + outer_to_inner->probability in update_profile_after_ifcombine()
376 outer2->probability = profile_probability::never (); in update_profile_after_ifcombine()