Home
last modified time | relevance | path

Searched defs:TotalRootEntryCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp95 void PGOCtxProfileWriter::writeRootEntryCount(uint64_t TotalRootEntryCount) { in writeRootEntryCount()
139 uint64_t TotalRootEntryCount) { in writeContextual()
179 uint64_t TotalRootEntryCount = 0; member
H A DPGOCtxProfReader.cpp310 std::optional<uint64_t> TotalRootEntryCount = std::nullopt, in toYaml()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h29 TotalRootEntryCount enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp244 uint64_t TotalRootEntryCount) override { in TEST_F()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp723 const uint64_t TotalRootEntryCount = CtxRoot.getTotalRootEntryCount(); in flattenVirtCalls() local