Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c2179 tree newlhs = create_tmp_reg_or_ssa_name (integer_type_node); in copy_bb() local
2182 PLUS_EXPR, newlhs, count); in copy_bb()
2183 gimple_call_set_lhs (stmt, newlhs); in copy_bb()
H A Dfold-const.c6137 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() local
6138 if (newlhs != NULL_TREE) in merge_truthop_with_opposite_arm()
6140 lhs = newlhs; in merge_truthop_with_opposite_arm()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc2204 tree newlhs = create_tmp_reg_or_ssa_name (integer_type_node); in copy_bb() local
2207 PLUS_EXPR, newlhs, count); in copy_bb()
2208 gimple_call_set_lhs (stmt, newlhs); in copy_bb()
H A Dfold-const.cc6220 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() local
6221 if (newlhs != NULL_TREE) in merge_truthop_with_opposite_arm()
6223 lhs = newlhs; in merge_truthop_with_opposite_arm()