Home
last modified time | relevance | path

Searched refs:CountSumOrPercent (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h794 struct CountSumOrPercent { struct
798 CountSumOrPercent() = default; argument
810 CountSumOrPercent Base; argument
812 CountSumOrPercent Test;
814 CountSumOrPercent Overlap;
815 CountSumOrPercent Mismatch;
816 CountSumOrPercent Unique;
835 LLVM_ABI void addOneMismatch(const CountSumOrPercent &MismatchFunc);
836 LLVM_ABI void addOneUnique(const CountSumOrPercent &UniqueFunc);
964 LLVM_ABI void accumulateCounts(CountSumOrPercent &Sum) const;
H A DInstrProfReader.h162 LLVM_ABI void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp779 void InstrProfRecord::accumulateCounts(CountSumOrPercent &Sum) const { in accumulateCounts()
1561 CountSumOrPercent &Sum) -> Error { in accumulateCounts()
1585 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) { in addOneMismatch()
1595 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique()
H A DInstrProfReader.cpp1639 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()