Searched refs:condstmt (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c1032 canonicalize_comparison (gcond *condstmt) argument
1038 gcc_assert (gimple_code (condstmt) == GIMPLE_COND);
1040 op0 = gimple_cond_lhs (condstmt);
1041 op1 = gimple_cond_rhs (condstmt);
1043 code = gimple_cond_code (condstmt);
1062 gimple_cond_set_code (condstmt, code);
1063 gimple_cond_set_lhs (condstmt, op1);
1064 gimple_cond_set_rhs (condstmt, op0);
1066 update_stmt (condstmt);

Completed in 89 milliseconds