Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h134 uint64_t getTotalRootEntryCount() const { return RootEntryCount.value(); } in getTotalRootEntryCount() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp704 const uint64_t SamplingFactor = CtxRoot.getTotalRootEntryCount(); in flatten()
723 const uint64_t TotalRootEntryCount = CtxRoot.getTotalRootEntryCount(); in flattenVirtCalls()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp370 Ctx.getTotalRootEntryCount(), Ctx.getUnhandled()); in toYaml()