Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp467 using RawProfData = RawInstrProf::ProfileData<IntPtrT>; in correlateProfileDataImpl() typedef
472 const RawProfData *DataStart = (const RawProfData *)this->Ctx->DataStart; in correlateProfileDataImpl()
473 const RawProfData *DataEnd = (const RawProfData *)this->Ctx->DataEnd; in correlateProfileDataImpl()
475 for (const RawProfData *I = DataStart; I < DataEnd; ++I) { in correlateProfileDataImpl()
485 (I - DataStart) * sizeof(RawProfData)); in correlateProfileDataImpl()