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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1088 bool setInstrumentedCounts(const std::vector<uint64_t> &CountFromProfile);
1113 const std::vector<uint64_t> &CountFromProfile) {
1121 if (NumCounters != CountFromProfile.size()) {
1127 uint64_t CountValue = CountFromProfile[I++];
1131 ProfileCountSize = CountFromProfile.size();
1228 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; local
1231 LLVM_DEBUG(dbgs() << CountFromProfile.size() << " counts\n");
1233 for (unsigned I = 0, S = CountFromProfile.size(); I < S; I++) {
1234 LLVM_DEBUG(dbgs() << " " << I << ": " << CountFromProfile[I] << "\n"); local
1235 ValueSum += CountFromProfile[
1112 setInstrumentedCounts( const std::vector<uint64_t> &CountFromProfile) argument
1411 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; local
[all...]

Completed in 108 milliseconds