Searched refs:findFunctionSamples (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp177 FunctionSamples::findFunctionSamples(const DILocation *DIL) const { function in class:FunctionSamples
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp73 if (const auto *Samples = TopSamples->findFunctionSamples(Loc))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp334 const FunctionSamples *findFunctionSamples(const Instruction &I) const;
699 const FunctionSamples *FS = findFunctionSamples(Inst);
815 const FunctionSamples *FS = findFunctionSamples(Inst);
837 const FunctionSamples *FS = findFunctionSamples(Inst);
877 SampleProfileLoader::findFunctionSamples(const Instruction &Inst) const { function in class:SampleProfileLoader
884 it.first->second = Samples->findFunctionSamples(DIL);
1537 const FunctionSamples *FS = findFunctionSamples(I);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h558 const FunctionSamples *findFunctionSamples(const DILocation *DIL) const;

Completed in 70 milliseconds