Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1170 const std::vector<uint64_t> &CountFromProfile) { in setInstrumentedCounts() argument
1178 if (NumCounters != CountFromProfile.size()) { in setInstrumentedCounts()
1186 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts()
1195 ProfileCountSize = CountFromProfile.size(); in setInstrumentedCounts()
1320 LLVM_DEBUG(dbgs() << CountFromProfile.size() << " counts\n"); in readCounters()
1321 AllMinusOnes = (CountFromProfile.size() > 0); in readCounters()
1325 ValueSum += CountFromProfile[I]; in readCounters()
1326 if (CountFromProfile[I] != (uint64_t)-1) in readCounters()
1336 if (!setInstrumentedCounts(CountFromProfile)) { in readCounters()
1508 assert(*CurCtrIdx < CountFromProfile.size() && in annotateOneSelectInst()
[all …]