Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp290 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second, Remapper, in findFunctionSamples()
309 const FunctionSamples *FunctionSamples::findFunctionSamplesAt( in findFunctionSamplesAt() function in FunctionSamples
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h937 LLVM_ABI const FunctionSamples *findFunctionSamplesAt(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp713 return FS->findFunctionSamplesAt(FunctionSamples::getCallSiteIdentifier(DIL), in findCalleeFunctionSamples()