Home
last modified time | relevance | path

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

/llvm-project/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/llvm/include/llvm/ProfileData/
H A DProfileCommon.h58 uint32_t NumCounts = 0; variable
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
[all...]
H A DModule.cpp877 uint32_t NumCounts = ProfileSummary->getNumCounts(); setPartialSampleProfileRatio() local
/llvm-project/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp49 uint64_t NumCounts = 3, in makeLLVMModule() argument
/llvm-project/llvm/unittests/IR/
H A DModuleTest.cpp167 const unsigned NumCounts = 200; TEST() local