Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp74 getPrefetchHints(const FunctionSamples *TopSamples, const MachineInstr &MI) { in getPrefetchHints() argument
76 if (const auto *Samples = TopSamples->findFunctionSamples(Loc)) in getPrefetchHints()
109 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo() argument
127 auto T = getPrefetchHints(TopSamples, MI); in findPrefetchInfo()