HomeSort by: relevance | last modified time | path
    Searched refs:ProfileRecord (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 152 struct ProfileRecord {
163 using ProfileRecordArray = Array<ProfileRecord>;
168 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA,
269 ProfileRecord::PathAllocator PathAlloc(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1097 InstrProfRecord &getProfileRecord() { return ProfileRecord; }
1135 // ProfileRecord for this function.
1136 InstrProfRecord ProfileRecord;
1316 ProfileRecord = std::move(Result.get());
1317 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts;
1563 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind);
1580 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord,

Completed in 34 milliseconds