Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp68 bool callsiteIsHot(const FunctionSamples *CallsiteFS, ProfileSummaryInfo *PSI, in callsiteIsHot() argument
70 if (!CallsiteFS) in callsiteIsHot()
74 uint64_t CallsiteTotalSamples = CallsiteFS->getTotalSamples(); in callsiteIsHot()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h89 bool callsiteIsHot(const FunctionSamples *CallsiteFS, ProfileSummaryInfo *PSI,