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.h599 struct CountSumOrPercent { struct
603 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} in CountSumOrPercent() argument
616 CountSumOrPercent Base; argument
618 CountSumOrPercent Test;
620 CountSumOrPercent Overlap;
621 CountSumOrPercent Mismatch;
622 CountSumOrPercent Unique;
643 void addOneMismatch(const CountSumOrPercent &MismatchFunc);
644 void addOneUnique(const CountSumOrPercent &UniqueFunc);
784 void accumulateCounts(CountSumOrPercent &Sum) const;
H A DInstrProfReader.h155 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp629 void InstrProfRecord::accumulateCounts(CountSumOrPercent &Sum) const { in accumulateCounts()
1373 CountSumOrPercent &Sum) -> Error { in accumulateCounts()
1397 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) { in addOneMismatch()
1407 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique()
H A DInstrProfReader.cpp1477 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()