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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp151 struct ProfileRecord { struct in namespace:__xray::profileCollectorService
162 using ProfileRecordArray = Array<ProfileRecord>;
167 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA,
268 ProfileRecord::PathAllocator PathAlloc(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1040 InstrProfRecord &getProfileRecord() { return ProfileRecord; }
1078 // ProfileRecord for this function.
1079 InstrProfRecord ProfileRecord; member in class:__anon4593::PGOUseFunc
1227 ProfileRecord = std::move(Result.get());
1228 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts;
1467 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind);
1484 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord,

Completed in 71 milliseconds