Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp71 ErrorOr<PrefetchHints> getPrefetchHints(const FunctionSamples *TopSamples, in getPrefetchHints() argument
74 if (const auto *Samples = TopSamples->findFunctionSamples(Loc)) in getPrefetchHints()
107 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo() argument
120 const ErrorOr<PrefetchHints> T = getPrefetchHints(TopSamples, MI); in findPrefetchInfo()