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

/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h636 struct CountSumOrPercent { struct in namespace:llvm
640 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} function in struct:llvm::CountSumOrPercent
653 CountSumOrPercent Base;
655 CountSumOrPercent Test;
657 CountSumOrPercent Overlap;
658 CountSumOrPercent Mismatch;
659 CountSumOrPercent Unique;
680 void addOneMismatch(const CountSumOrPercent &MismatchFunc);
681 void addOneUnique(const CountSumOrPercent &UniqueFunc);
816 void accumulateCounts(CountSumOrPercent
[all...]
H A DInstrProfReader.h151 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp535 void InstrProfRecord::accumulateCounts(CountSumOrPercent &Sum) const {
1226 CountSumOrPercent &Sum) -> Error {
1247 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) {
1257 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) {
H A DInstrProfReader.cpp1216 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) {

Completed in 82 milliseconds