Searched refs:ndests (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regexec.c | 3303 Idx ndests; /* Number of the destination states from `state'. */ in build_trtable() local 3339 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch); in build_trtable() 3340 if (BE (! REG_VALID_NONZERO_INDEX (ndests), 0)) in build_trtable() 3344 if (ndests == 0) in build_trtable() 3352 err = re_node_set_alloc (&follows, ndests + 1); in build_trtable() 3359 < ndests, 0)) in build_trtable() 3364 + ndests * 3 * sizeof (re_dfastate_t *))) in build_trtable() 3366 alloca (ndests * 3 * sizeof (re_dfastate_t *)); in build_trtable() 3371 malloc (ndests * 3 * sizeof (re_dfastate_t *)); in build_trtable() 3378 for (i = 0; i < ndests; ++i) in build_trtable() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-eh.cc | 1364 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local 1395 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch() 1403 case_label_vec.create (ndests); in lower_try_finally_switch() 1573 decide_copy_try_finally (int ndests, bool may_throw, gimple_seq finally) in decide_copy_try_finally() argument 1583 ndests -= may_throw; in decide_copy_try_finally() 1591 if (ndests == 1) in decide_copy_try_finally() 1609 f_estimate = (f_estimate + 1) * ndests; in decide_copy_try_finally() 1612 sw_estimate = 10 + 2 * ndests; in decide_copy_try_finally() 1659 int ndests; in lower_try_finally() local 1701 ndests = this_tf.dest_array.length (); in lower_try_finally() [all …]
|
| H A D | ChangeLog-2011 | 429 even when ndests is not 1, if there are only gimple_clobber_p
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-eh.c | 1369 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local 1400 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch() 1408 case_label_vec.create (ndests); in lower_try_finally_switch() 1578 decide_copy_try_finally (int ndests, bool may_throw, gimple_seq finally) in decide_copy_try_finally() argument 1588 ndests -= may_throw; in decide_copy_try_finally() 1596 if (ndests == 1) in decide_copy_try_finally() 1614 f_estimate = (f_estimate + 1) * ndests; in decide_copy_try_finally() 1617 sw_estimate = 10 + 2 * ndests; in decide_copy_try_finally() 1664 int ndests; in lower_try_finally() local 1706 ndests = this_tf.dest_array.length (); in lower_try_finally() [all …]
|