Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h49 virtual Error correlateProfileData(int MaxWarnings) = 0;
152 Error correlateProfileData(int MaxWarnings) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp230 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData(int MaxWarnings) { in correlateProfileData() function in InstrProfCorrelatorImpl
H A DInstrProfReader.cpp657 if (auto Err = BIDFetcherCorrelator->correlateProfileData(0)) in readHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1003 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings)) in mergeInstrProfile()
3354 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings)) in showDebugInfoCorrelation()