Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.c1351 decompose_param_expr (struct ipa_func_body_info *fbi,
1492 if (decompose_param_expr (fbi, last, op, &index, &param_type, &aggpos, in set_cond_stmt_execution_predicate()
1544 if (!decompose_param_expr (fbi, set_stmt, op2, &index, &param_type, &aggpos)) in set_cond_stmt_execution_predicate()
1582 if (!decompose_param_expr (fbi, last, op, &index, &param_type, &aggpos, in set_switch_stmt_execution_predicate()
1977 if (!decompose_param_expr (fbi, stmt, op, &base_index, &param_type, in will_be_nonconstant_predicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.cc1440 decompose_param_expr (struct ipa_func_body_info *fbi, in decompose_param_expr() function
1596 if (decompose_param_expr (fbi, last, op, &index, &param_type, &aggpos, 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()
1688 if (!decompose_param_expr (fbi, last, op, &index, &param_type, &aggpos, in set_switch_stmt_execution_predicate()
2089 if (!decompose_param_expr (fbi, stmt, op, &base_index, &param_type, in will_be_nonconstant_predicate()
H A DChangeLog-20195584 * ipa-fnsummary.c (decompose_param_expr): Likewise.
10239 (decompose_param_expr): New function.
10240 (set_cond_stmt_execution_predicate): Use call to decompose_param_expr
H A DChangeLog-202039285 * ipa-fnsummary.c (decompose_param_expr): Likewise.