Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp693 static const unsigned ChainLengthLimit = 3; in traceCopyChain() local
704 } while (++C <= ChainLengthLimit); in traceCopyChain()