Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3843 unsigned MostCommonCount = 0; in lowerBuildVectorViaDominantValues() local
3867 if (++Count >= MostCommonCount) { in lowerBuildVectorViaDominantValues()
3869 MostCommonCount = Count; in lowerBuildVectorViaDominantValues()
3881 ((MostCommonCount > DominantValueCountThreshold) || in lowerBuildVectorViaDominantValues()