Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp443 using RawProfData = RawInstrProf::ProfileData<IntPtrT>; in correlateProfileDataImpl() typedef
448 const RawProfData *DataStart = (const RawProfData *)this->Ctx->DataStart; in correlateProfileDataImpl()
449 const RawProfData *DataEnd = (const RawProfData *)this->Ctx->DataEnd; in correlateProfileDataImpl()
451 for (const RawProfData *I = DataStart; I < DataEnd; ++I) { in correlateProfileDataImpl()
461 (I - DataStart) * sizeof(RawProfData)); in correlateProfileDataImpl()