Home
last modified time | relevance | path

Searched refs:getSamplesFor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h415 FunctionSamples *getSamplesFor(const Function &F) { in getSamplesFor() function
420 return getSamplesFor(CanonName); in getSamplesFor()
424 FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp368 FSForMatching = Reader.getSamplesFor(R->second.stringRef()); in runOnFunction()
608 const auto *FS = Reader.getSamplesFor(F); in computeAndReportProfileStaleness()
770 FSForMatching = Reader.getSamplesFor(ProfFunc.stringRef()); in functionMatchesProfileHelper()
H A DSampleProfile.cpp1581 FunctionSamples *OutlineFS = Reader->getSamplesFor(*Callee); in promoteMergeNotInlinedContextSamples()
2306 Samples = Reader->getSamplesFor(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp188 const FunctionSamples *Samples = Reader->getSamplesFor(MF.getFunction()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp327 Samples = Reader->getSamplesFor(Func); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3266 FunctionSamples *FS = Reader->getSamplesFor(StringRef(FuncNameFilter)); in showSampleProfile()