Searched refs:getSamplesFor (Results 1 – 4 of 4) sorted by relevance
289 FunctionSamples *getSamplesFor(const Function &F) { in getSamplesFor() function293 return getSamplesFor(F.getName().split('.').first); in getSamplesFor()297 virtual FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() function569 FunctionSamples *getSamplesFor(StringRef FunctionName) override;570 using SampleProfileReader::getSamplesFor;
183 const FunctionSamples *Samples = Reader->getSamplesFor(MF.getFunction()); in runOnMachineFunction()
943 SampleProfileReaderItaniumRemapper::getSamplesFor(StringRef Fname) { in getSamplesFor() function in SampleProfileReaderItaniumRemapper946 return SampleProfileReader::getSamplesFor(Fname); in getSamplesFor()
1640 Samples = Reader->getSamplesFor(F); in runOnFunction()