Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp65 uint32_t BaseCount = Layout.bases().size(); in prettyPrintClassIntro() local
66 if (BaseCount > 0) { in prettyPrintClassIntro()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1522 int PrevIter = 0, BaseCount = 0, Count = 0; in validateSelected() local
1536 if (Count != BaseCount) { in validateSelected()
1540 << BaseCount << "\n"); in validateSelected()
1549 ++BaseCount; in validateSelected()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1337 uint64_t BaseCount; member
1354 BaseCount(0), BaseSample(0), TestCount(0), TestSample(0), UnionCount(0), in SampleOverlapStats()
1678 HotBlockOverlap.BaseCount += HotBlockCount; in updateHotBlockOverlap()
1697 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
2036 ++ProfOverlap.BaseCount; in initializeSampleProfileOverlap()
2171 << HotFuncOverlap.BaseCount - HotFuncOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()
2183 << HotBlockOverlap.BaseCount - HotBlockOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()