Home
last modified time | relevance | path

Searched refs:findFunctionSamples (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h123 findFunctionSamples(const InstructionT &I) const;
272 const FunctionSamples *FS = findFunctionSamples(Inst);
369 const FunctionSamples *SampleProfileLoaderBaseImpl<BT>::findFunctionSamples(
377 it.first->second = Samples->findFunctionSamples(DIL, Reader->getRemapper());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp377 findFunctionSamples(const Instruction &I) const override;
561 const FunctionSamples *FS = findFunctionSamples(Inst); in getProbeWeight()
637 const FunctionSamples *FS = findFunctionSamples(Inst); in findCalleeFunctionSamples()
683 const FunctionSamples *FS = findFunctionSamples(Inst); in findIndirectCallFunctionSamples()
706 SampleProfileLoader::findFunctionSamples(const Instruction &Inst) const { in findFunctionSamples() function in SampleProfileLoader
723 Samples->findFunctionSamples(DIL, Reader->getRemapper()); in findFunctionSamples()
1456 const FunctionSamples *FS = findFunctionSamples(I); in generateMDProfMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp73 if (const auto *Samples = TopSamples->findFunctionSamples(Loc)) in getPrefetchHints()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp220 const FunctionSamples *FunctionSamples::findFunctionSamples( in findFunctionSamples() function in FunctionSamples
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h877 const FunctionSamples *findFunctionSamples(