Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DHeatmap.cpp44 for (uint64_t Bucket = StartAddress / BucketSize; in registerAddressRange()
45 Bucket <= EndAddress / BucketSize; ++Bucket) in registerAddressRange()
71 const uint64_t BytesPerLine = opts::BucketsPerLine * BucketSize; in print()
91 for (uint64_t Fill = LineAddress; Fill < Address; Fill += BucketSize) in print()
98 for (uint64_t Fill = Address + BucketSize; Fill < End; Fill += BucketSize) in print()
106 for (uint64_t Fill = Start + BucketSize; Fill < End; Fill += BucketSize) { in print()
182 for (unsigned I = 0; I < BytesPerLine; I += BucketSize) { in print()
199 uint64_t Address = Entry.first * BucketSize; in print()
238 double RatioLeftInKB = (1.0 * BucketSize) / 1024; in printCDF()
276 << ", 0x" << Twine::utohexstr(Address + BucketSize) in printSectionHotness()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DHeatmap.h31 size_t BucketSize; variable
49 explicit Heatmap(uint64_t BucketSize = 4096, uint64_t MinAddress = 0,
52 : BucketSize(BucketSize), MinAddress(MinAddress), MaxAddress(MaxAddress), in BucketSize() function
62 ++Map[Address / BucketSize]; in registerAddress()
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h44 static constexpr const size_t BucketSize[] = { variable
49 sizeof(BucketSize) / sizeof(BucketSize[0]);
79 if (BucketSize[M] == F) in findBucket()
81 if (BucketSize[M] > F) in findBucket()
343 constexpr const size_t MemoryManagerTy::BucketSize[];