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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp178 FunctionSamples::findFunctionSamples(const DILocation *DIL) const { function in class:FunctionSamples
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp73 if (const auto *Samples = TopSamples->findFunctionSamples(Loc))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp340 const FunctionSamples *findFunctionSamples(const Instruction &I) const;
712 const FunctionSamples *FS = findFunctionSamples(Inst);
827 const FunctionSamples *FS = findFunctionSamples(Inst);
849 const FunctionSamples *FS = findFunctionSamples(Inst);
889 SampleProfileLoader::findFunctionSamples(const Instruction &Inst) const { function in class:SampleProfileLoader
896 it.first->second = Samples->findFunctionSamples(DIL);
1544 const FunctionSamples *FS = findFunctionSamples(I);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h631 const FunctionSamples *findFunctionSamples(const DILocation *DIL) const;

Completed in 259 milliseconds