Home
last modified time | relevance | path

Searched defs:NumCounts (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member
53 const uint32_t NumCounts, NumFunctions; variable
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h53 uint32_t NumCounts = 0; variable
/llvm-project-15.0.7/llvm/unittests/IR/
H A DModuleTest.cpp153 const unsigned NumCounts = 200; in TEST() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
H A DModule.cpp822 uint32_t NumCounts = ProfileSummary->getNumCounts(); in setPartialSampleProfileRatio() local
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp49 uint64_t NumCounts = 3, in makeLLVMModule()