Searched refs:findFunctionSamplesAt (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 255 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 D | SampleProf.cpp | 267 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 D | SampleProf.h | 869 findFunctionSamplesAt(const LineLocation &Loc, StringRef CalleeName,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 671 return FS->findFunctionSamplesAt(FunctionSamples::getCallSiteIdentifier(DIL), in findCalleeFunctionSamples()
|