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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1228 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; local
1234 LLVM_DEBUG(dbgs() << " " << I << ": " << CountFromProfile[I] << "\n"); local
1112 setInstrumentedCounts( const std::vector<uint64_t> &CountFromProfile) argument
1411 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; local
[all...]

Completed in 28 milliseconds