Lines Matching defs:CountFromProfile
1244 bool setInstrumentedCounts(const std::vector<uint64_t> &CountFromProfile);
1284 const std::vector<uint64_t> &CountFromProfile) {
1295 if (NumCounters != CountFromProfile.size()) {
1303 uint64_t CountValue = CountFromProfile[I++];
1312 ProfileCountSize = CountFromProfile.size();
1447 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts;
1450 LLVM_DEBUG(dbgs() << CountFromProfile.size() << " counts\n");
1453 for (unsigned I = 0, S = CountFromProfile.size(); I < S; I++) {
1454 LLVM_DEBUG(dbgs() << " " << I << ": " << CountFromProfile[I] << "\n");
1455 ValueSum += CountFromProfile[I];
1464 if (!setInstrumentedCounts(CountFromProfile)) {
1766 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts;
1767 assert(*CurCtrIdx < CountFromProfile.size() &&
1770 SCounts[0] = CountFromProfile[*CurCtrIdx]; // True count