Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h44 virtual Error correlateProfileData(int MaxWarnings) = 0;
147 Error correlateProfileData(int MaxWarnings) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp206 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData(int MaxWarnings) { in correlateProfileData() function in InstrProfCorrelatorImpl
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp935 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings)) in mergeInstrProfile()
3229 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings)) in showDebugInfoCorrelation()