Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp483 InstrProfRecord &getProfileRecord() { return ProfileRecord; } in getProfileRecord()
501 InstrProfRecord ProfileRecord; member in __anonc5e3232c0211::PGOUseFunc
613 ProfileRecord = std::move(Result.get()); in readCounters()
614 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; in readCounters()
765 ProfileRecord.getNumValueSites(IPVK_IndirectCallTarget); in annotateIndirectCallSites()
780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget, in annotateIndirectCallSites()