Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp255 ReadFooSamples->findFunctionSamplesAt(LineLocation(7, 0), GooName, in testRoundTrip()
264 ReadFooSamples->findFunctionSamplesAt(LineLocation(9, 0), GooName, in testRoundTrip()
273 ReadGooSamples->findFunctionSamplesAt(LineLocation(9, 0), HooName, in testRoundTrip()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp267 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second, Remapper); in findFunctionSamples()
286 const FunctionSamples *FunctionSamples::findFunctionSamplesAt( in findFunctionSamplesAt() function in FunctionSamples
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h869 findFunctionSamplesAt(const LineLocation &Loc, StringRef CalleeName,
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp671 return FS->findFunctionSamplesAt(FunctionSamples::getCallSiteIdentifier(DIL), in findCalleeFunctionSamples()