Searched refs:ValueCounts (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp497 Sum.ValueCounts[VK] += KindSum;
515 Overlap.Base.ValueCounts[ValueKind],
516 Overlap.Test.ValueCounts[ValueKind]);
518 I->Count, J->Count, FuncLevelOverlap.Base.ValueCounts[ValueKind],
519 FuncLevelOverlap.Test.ValueCounts[ValueKind]);
527 Overlap.Overlap.ValueCounts[ValueKind] += Score;
528 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore;
1196 if (Test.ValueCounts[I] >= 1.0f)
1197 Mismatch.ValueCounts[I] +=
1198 MismatchFunc.ValueCounts[
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h594 double ValueCounts[IPVK_Last - IPVK_First + 1]; member in struct:llvm::CountSumOrPercent
595 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {}
600 ValueCounts[I] = 0.0f;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7217 DenseMap<SDValue, unsigned> ValueCounts; local
7228 ValueCounts.insert(std::make_pair(V, 0));
7229 unsigned &Count = ValueCounts[V];
7237 if (ValueCounts.size() != 1)
7239 if (!Value.getNode() && !ValueCounts.empty())
7240 Value = ValueCounts.begin()->first;
7242 if (ValueCounts.empty())

Completed in 117 milliseconds