Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemoryProfileInfoTest.cpp55 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold + 1, in TEST_F()
61 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold - 1, in TEST_F()
67 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold + 1, in TEST_F()
73 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold - 1, in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h33 AllocationType getAllocType(uint64_t MaxAccessCount, uint64_t MinSize,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp34 AllocationType llvm::memprof::getAllocType(uint64_t MaxAccessCount, in getAllocType() function in llvm::memprof