Searched refs:ClusterSize (Results 1 – 3 of 3) sorted by relevance
223 ClusterSize must be specified.229 ClusterSize is the size of cluster to use. ClusterSize must be a scalar289 ClusterSize is the size of cluster to use. ClusterSize must be a scalar349 ClusterSize is the size of cluster to use. ClusterSize must be a scalar406 ClusterSize is the size of cluster to use. ClusterSize must be a scalar461 ClusterSize is the size of cluster to use. ClusterSize must be a scalar516 ClusterSize is the size of cluster to use. ClusterSize must be a scalar573 ClusterSize is the size of cluster to use. ClusterSize must be a scalar630 ClusterSize is the size of cluster to use. ClusterSize must be a scalar688 ClusterSize is the size of cluster to use. ClusterSize must be a scalar[all …]
77 uint64_t ClusterSize = 0; in computeClusterAverageFrequency() local83 ClusterSize += BB->estimateSize(Emitter.MCE.get()); in computeClusterAverageFrequency()86 AvgFreq[I] = ClusterSize == 0 ? 0 : Freq / ClusterSize; in computeClusterAverageFrequency()
220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local221 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()