Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp184 const unsigned InstLimit = 25; in findExecCopy() local
187 for (unsigned N = 0; N <= InstLimit && I != E; ++I, ++N) { in findExecCopy()