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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp501 Sum.ValueCounts[VK] += KindSum;
519 Overlap.Base.ValueCounts[ValueKind],
520 Overlap.Test.ValueCounts[ValueKind]);
522 I->Count, J->Count, FuncLevelOverlap.Base.ValueCounts[ValueKind],
523 FuncLevelOverlap.Test.ValueCounts[ValueKind]);
531 Overlap.Overlap.ValueCounts[ValueKind] += Score;
532 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore;
1200 if (Test.ValueCounts[I] >= 1.0f)
1201 Mismatch.ValueCounts[I] +=
1202 MismatchFunc.ValueCounts[
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h599 double ValueCounts[IPVK_Last - IPVK_First + 1]; member in struct:llvm::CountSumOrPercent
600 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {}
605 ValueCounts[I] = 0.0f;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7513 DenseMap<SDValue, unsigned> ValueCounts; local
7524 ValueCounts.insert(std::make_pair(V, 0));
7525 unsigned &Count = ValueCounts[V];
7533 if (ValueCounts.size() != 1)
7535 if (!Value.getNode() && !ValueCounts.empty())
7536 Value = ValueCounts.begin()->first;
7538 if (ValueCounts.empty())

Completed in 113 milliseconds