HomeSort by: relevance | last modified time | path
    Searched refs:BaseCount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassDefinitionDumper.cpp 64 uint32_t BaseCount = Layout.bases().size();
65 if (BaseCount > 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 1531 int PrevIter = 0, BaseCount = 0, Count = 0;
1545 if (Count != BaseCount) {
1549 << BaseCount << "\n");
1558 ++BaseCount;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 1013 uint64_t BaseCount;
1030 BaseCount(0), BaseSample(0), TestCount(0), TestSample(0), UnionCount(0),
1351 HotBlockOverlap.BaseCount += HotBlockCount;
1370 HotFuncOverlap.BaseCount = BaseHotFunc.size();
1708 ++ProfOverlap.BaseCount;
1841 << HotFuncOverlap.BaseCount - HotFuncOverlap.OverlapCount << "\n";
1853 << HotBlockOverlap.BaseCount - HotBlockOverlap.OverlapCount << "\n";

Completed in 17 milliseconds