Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-ifcombine.c307 gimple inner_cond, outer_cond; in ifcombine_ifandif() local
316 if (!outer_cond in ifcombine_ifandif()
351 update_stmt (outer_cond); in ifcombine_ifandif()
377 gimple_cond_lhs (outer_cond), in ifcombine_ifandif()
388 update_stmt (outer_cond); in ifcombine_ifandif()
411 gimple inner_cond, outer_cond; in ifcombine_iforif() local
420 if (!outer_cond in ifcombine_iforif()
497 update_stmt (outer_cond); in ifcombine_iforif()
524 gimple_cond_code (outer_cond), in ifcombine_iforif()
525 gimple_cond_lhs (outer_cond), in ifcombine_iforif()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-ifcombine.c385 gcond *inner_cond, *outer_cond; in ifcombine_ifandif() local
398 outer_cond = as_a <gcond *> (outer_stmt); in ifcombine_ifandif()
431 gimple_cond_set_condition_from_tree (outer_cond, in ifcombine_ifandif()
433 update_stmt (outer_cond); in ifcombine_ifandif()
513 update_stmt (outer_cond); in ifcombine_ifandif()
546 HONOR_NANS (gimple_cond_lhs (outer_cond))); in ifcombine_ifandif()
555 gimple_cond_lhs (outer_cond), in ifcombine_ifandif()
556 gimple_cond_rhs (outer_cond)))) in ifcombine_ifandif()
577 gimple_cond_lhs (outer_cond), in ifcombine_ifandif()
578 gimple_cond_rhs (outer_cond)); in ifcombine_ifandif()
[all …]