Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h112 virtual void correlateProfileDataImpl() = 0;
174 void correlateProfileDataImpl() override;
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp146 correlateProfileDataImpl(); in correlateProfileData()
225 void DwarfInstrProfCorrelator<IntPtrT>::correlateProfileDataImpl() { in correlateProfileDataImpl() function in DwarfInstrProfCorrelator