Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp150 const uint64_t NumLoadsForThisSize = Size / LoadSize; in computeGreedyLoadSequence() local
151 if (LoadSequence.size() + NumLoadsForThisSize > MaxNumLoads) { in computeGreedyLoadSequence()
158 if (NumLoadsForThisSize > 0) { in computeGreedyLoadSequence()
159 for (uint64_t I = 0; I < NumLoadsForThisSize; ++I) { in computeGreedyLoadSequence()