Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfCorrelator.h152 virtual Error correlateProfileNameImpl() = 0;
223 Error correlateProfileNameImpl() override;
245 Error correlateProfileNameImpl() override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfCorrelator.cpp213 Error Result = correlateProfileNameImpl(); in correlateProfileData()
428 Error DwarfInstrProfCorrelator<IntPtrT>::correlateProfileNameImpl() { in correlateProfileNameImpl() function in DwarfInstrProfCorrelator
473 Error BinaryInstrProfCorrelator<IntPtrT>::correlateProfileNameImpl() { in correlateProfileNameImpl() function in BinaryInstrProfCorrelator