Searched refs:NumLoadsForThisSize (Results 1 – 1 of 1) sorted by relevance
159 const uint64_t NumLoadsForThisSize = Size / LoadSize; in computeGreedyLoadSequence() local160 if (LoadSequence.size() + NumLoadsForThisSize > MaxNumLoads) { in computeGreedyLoadSequence()167 if (NumLoadsForThisSize > 0) { in computeGreedyLoadSequence()168 for (uint64_t I = 0; I < NumLoadsForThisSize; ++I) { in computeGreedyLoadSequence()