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