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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp70 ErrorOr<PrefetchHints> getPrefetchHints(const FunctionSamples *TopSamples, argument
73 if (const auto *Samples = TopSamples->findFunctionSamples(Loc))
106 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, argument
119 const ErrorOr<PrefetchHints> T = getPrefetchHints(TopSamples, MI);

Completed in 103 milliseconds