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

/haiku-buildtools/gcc/gcc/
H A Dtree-profile.c272 gassign *stmt1, *stmt2, *stmt3; local
283 stmt3 = gimple_build_assign (unshare_expr (ref), gimple_assign_lhs (stmt2));
286 gsi_insert_on_edge (e, stmt3);
380 gassign *stmt1, *stmt2, *stmt3; local
398 stmt3: __gcov_indirect_call_callee = tmp1;
404 stmt3 = gimple_build_assign (ic_void_ptr_var, gimple_assign_lhs (stmt2));
408 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
H A Dvalue-prof.c761 gcond *stmt3; local
784 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE);
787 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
788 bb1end = stmt3;
921 gassign *stmt1, *stmt2, *stmt3; local
946 stmt3 = gimple_build_assign (tmp3, BIT_AND_EXPR, tmp2, op2);
950 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
1077 gcond *stmt3; local
1100 stmt3 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE);
1103 gsi_insert_before (&gsi, stmt3, GSI_SAME_STM
[all...]
H A Dtree-call-cdce.c357 gcond *stmt3;
376 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE);
379 conds.quick_push (stmt3);
354 gcond *stmt3; local

Completed in 102 milliseconds