Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h396 FunctionSamples *getSamplesFor(const Function &F) { in getSamplesFor() function
401 return getSamplesFor(CanonName); in getSamplesFor()
414 virtual FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp182 const FunctionSamples *Samples = Reader->getSamplesFor(MF.getFunction()); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1975 Samples = Reader->getSamplesFor(F); in runOnFunction()