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