reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/InstrProf.cpp
  516                                    Overlap.Test.ValueCounts[ValueKind]);
  519           FuncLevelOverlap.Test.ValueCounts[ValueKind]);
  554   assert(FuncLevelOverlap.Test.CountSum >= 1.0f);
  570     Overlap.addOneMismatch(FuncLevelOverlap.Test);
  583                                  Overlap.Base.CountSum, Overlap.Test.CountSum);
  594                                        FuncLevelOverlap.Test.CountSum);
 1183   Ret = getProfileSum(TestFilename, Test);
 1194   Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum;
 1196     if (Test.ValueCounts[I] >= 1.0f)
 1198           MismatchFunc.ValueCounts[I] / Test.ValueCounts[I];
 1204   Unique.CountSum += UniqueFunc.CountSum / Test.CountSum;
 1206     if (Test.ValueCounts[I] >= 1.0f)
 1207       Unique.ValueCounts[I] += UniqueFunc.ValueCounts[I] / Test.ValueCounts[I];
 1243      << "  Edge profile test count sum: " << format("%.0f", Test.CountSum)
 1247     if (Base.ValueCounts[I] < 1.0f && Test.ValueCounts[I] < 1.0f)
 1275        << " profile test count sum: " << format("%.0f", Test.ValueCounts[I])
lib/ProfileData/InstrProfWriter.cpp
  196   Other.accumulateCounts(FuncLevelOverlap.Test);
  198     Overlap.addOneUnique(FuncLevelOverlap.Test);
  201   if (FuncLevelOverlap.Test.CountSum < 1.0f) {
  211     Overlap.addOneMismatch(FuncLevelOverlap.Test);
tools/llvm-profdata/llvm-profdata.cpp
  712   if (Overlap.Test.CountSum < 1.0f) {