Searched refs:InstLimit (Results 1 – 1 of 1) sorted by relevance
304 const unsigned InstLimit = 25; in findExecCopy() local307 for (unsigned N = 0; N <= InstLimit && I != E; ++I, ++N) { in findExecCopy()