Home
last modified time | relevance | path

Searched refs:newlhs (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-inline.c1997 tree newlhs = create_tmp_reg_or_ssa_name (integer_type_node); in copy_bb() local
2000 PLUS_EXPR, newlhs, count); in copy_bb()
2001 gimple_call_set_lhs (stmt, newlhs); in copy_bb()
HDfold-const.c5650 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() local
5651 if (newlhs != NULL_TREE) in merge_truthop_with_opposite_arm()
5653 lhs = newlhs; in merge_truthop_with_opposite_arm()
/dragonfly/contrib/gcc-4.7/gcc/
HDfold-const.c5045 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() local
5046 if (newlhs != NULL_TREE) in merge_truthop_with_opposite_arm()
5048 lhs = newlhs; in merge_truthop_with_opposite_arm()