Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp707 static const unsigned ChainLengthLimit = 3; in traceCopyChain() local
718 } while (++C <= ChainLengthLimit); in traceCopyChain()