Searched refs:decompose_param_expr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-fnsummary.c | 1351 decompose_param_expr (struct ipa_func_body_info *fbi, 1492 if (decompose_param_expr (fbi, last, op, &index, ¶m_type, &aggpos, in set_cond_stmt_execution_predicate() 1544 if (!decompose_param_expr (fbi, set_stmt, op2, &index, ¶m_type, &aggpos)) in set_cond_stmt_execution_predicate() 1582 if (!decompose_param_expr (fbi, last, op, &index, ¶m_type, &aggpos, in set_switch_stmt_execution_predicate() 1977 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_type, in will_be_nonconstant_predicate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-fnsummary.cc | 1440 decompose_param_expr (struct ipa_func_body_info *fbi, in decompose_param_expr() function 1596 if (decompose_param_expr (fbi, last, op, &index, ¶m_type, &aggpos, in set_cond_stmt_execution_predicate() 1648 if (!decompose_param_expr (fbi, set_stmt, op2, &index, ¶m_type, &aggpos)) in set_cond_stmt_execution_predicate() 1688 if (!decompose_param_expr (fbi, last, op, &index, ¶m_type, &aggpos, in set_switch_stmt_execution_predicate() 2089 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_type, in will_be_nonconstant_predicate()
|
H A D | ChangeLog-2019 | 5584 * 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 D | ChangeLog-2020 | 39285 * ipa-fnsummary.c (decompose_param_expr): Likewise.
|