Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp64 uint32_t BaseCount = Layout.bases().size(); in prettyPrintClassIntro() local
65 if (BaseCount > 0) { in prettyPrintClassIntro()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1531 int PrevIter = 0, BaseCount = 0, Count = 0; in validateSelected() local
1545 if (Count != BaseCount) { in validateSelected()
1549 << BaseCount << "\n"); in validateSelected()
1558 ++BaseCount; in validateSelected()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1013 uint64_t BaseCount; member
1030 BaseCount(0), BaseSample(0), TestCount(0), TestSample(0), UnionCount(0), in SampleOverlapStats()
1351 HotBlockOverlap.BaseCount += HotBlockCount; in updateHotBlockOverlap()
1370 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
1708 ++ProfOverlap.BaseCount; in initializeSampleProfileOverlap()
1841 << HotFuncOverlap.BaseCount - HotFuncOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()
1853 << HotBlockOverlap.BaseCount - HotBlockOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()