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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp528 std::vector<uint64_t> &CountFromProfile = Result.get().Counts; local
534 DEBUG(dbgs() << " " << I << ": " << CountFromProfile[I] << "\n"); local
460 setInstrumentedCounts( const std::vector<uint64_t> &CountFromProfile) argument

Completed in 64 milliseconds