Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.c1366 unsigned rhs_count; variable
1399 rhs_count = 1;
1403 rhs_count = 2;
1407 rhs_count = 3;
1427 for (unsigned i = 0; i < rhs_count; i++)
1434 if (++cst_count == rhs_count)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.cc1455 unsigned rhs_count; in decompose_param_expr() local
1488 rhs_count = 1; in decompose_param_expr()
1492 rhs_count = 2; in decompose_param_expr()
1496 rhs_count = 3; in decompose_param_expr()
1516 for (unsigned i = 0; i < rhs_count; i++) in decompose_param_expr()
1523 if (++cst_count == rhs_count) in decompose_param_expr()