Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp148 struct ProfileRecord { struct
159 using ProfileRecordArray = Array<ProfileRecord>;
164 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA, in populateRecords()
265 ProfileRecord::PathAllocator PathAlloc( in serialize()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1135 InstrProfRecord &getProfileRecord() { return ProfileRecord; } in getProfileRecord()
1173 InstrProfRecord ProfileRecord; member in __anon9c3168200811::PGOUseFunc
1382 ProfileRecord = std::move(Result.get()); in readCounters()
1383 PseudoKind = ProfileRecord.getCountPseudoKind(); in readCounters()
1387 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; in readCounters()
1767 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind); in annotateValueSites()
1800 *M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()