Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp992 InstrProfRecord &getProfileRecord() { return ProfileRecord; } in getProfileRecord()
1031 InstrProfRecord ProfileRecord; member in __anon71b8f0620511::PGOUseFunc
1179 ProfileRecord = std::move(Result.get()); in readCounters()
1180 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; in readCounters()
1419 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind); in annotateValueSites()
1436 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()