Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp65 uint32_t BaseCount = Layout.bases().size(); in prettyPrintClassIntro() local
66 if (BaseCount > 0) { in prettyPrintClassIntro()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1760 uint64_t BaseCount = 0; in getFirstIter()
2097 HotBlockOverlap.BaseCount += HotBlockCount; in updateForUnmatchedCallee()
2116 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeSampleFunctionInternalOverlap()
2455 ++ProfOverlap.BaseCount; in dumpFuncSimilarity()
2590 << HotFuncOverlap.BaseCount - HotFuncOverlap.OverlapCount << "\n"; in overlapSampleProfile()
2602 << HotBlockOverlap.BaseCount - HotBlockOverlap.OverlapCount << "\n"; in overlapSampleProfile()
1701 uint64_t BaseCount = 0; global() member