Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h143 FunctionSamples *getFlattenedSamplesFor(const FunctionId &Fname) { in getFlattenedSamplesFor() function
149 FunctionSamples *getFlattenedSamplesFor(const Function &F) { in getFlattenedSamplesFor() function
151 return getFlattenedSamplesFor(FunctionId(CanonFName)); in getFlattenedSamplesFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp359 const auto *FSForMatching = getFlattenedSamplesFor(F); in runOnFunction()
364 FSForMatching = getFlattenedSamplesFor(R->second); in runOnFunction()
704 const auto *FS = getFlattenedSamplesFor(F); in findFunctionsWithoutProfile()
760 const auto *FSForMatching = getFlattenedSamplesFor(ProfFunc); in functionMatchesProfileHelper()