Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-fnsummary.cc1585 gimple *set_stmt; in set_cond_stmt_execution_predicate() local
1643 set_stmt = SSA_NAME_DEF_STMT (op); in set_cond_stmt_execution_predicate()
1644 if (!gimple_call_builtin_p (set_stmt, BUILT_IN_CONSTANT_P) in set_cond_stmt_execution_predicate()
1645 || gimple_call_num_args (set_stmt) != 1) in set_cond_stmt_execution_predicate()
1647 op2 = gimple_call_arg (set_stmt, 0); in set_cond_stmt_execution_predicate()
1648 if (!decompose_param_expr (fbi, set_stmt, op2, &index, &param_type, &aggpos)) in set_cond_stmt_execution_predicate()
Dcgraph.cc1587 gimple *set_stmt = gimple_build_assign (lhs, var); in redirect_call_stmt_to_callee() local
1589 gsi_insert_before_without_update (&gsi, set_stmt, GSI_SAME_STMT); in redirect_call_stmt_to_callee()
1590 update_stmt_fn (DECL_STRUCT_FUNCTION (e->caller->decl), set_stmt); in redirect_call_stmt_to_callee()