Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h597 struct CountSumOrPercent { struct
601 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} in CountSumOrPercent() argument
614 CountSumOrPercent Base; argument
616 CountSumOrPercent Test;
618 CountSumOrPercent Overlap;
619 CountSumOrPercent Mismatch;
620 CountSumOrPercent Unique;
641 void addOneMismatch(const CountSumOrPercent &MismatchFunc);
642 void addOneUnique(const CountSumOrPercent &UniqueFunc);
777 void accumulateCounts(CountSumOrPercent &Sum) const;
H A DInstrProfReader.h111 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp504 void InstrProfRecord::accumulateCounts(CountSumOrPercent &Sum) const { in accumulateCounts()
1181 CountSumOrPercent &Sum) -> Error { in accumulateCounts()
1202 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) { in addOneMismatch()
1212 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique()
H A DInstrProfReader.cpp954 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()