Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp115 class LoopDataPrefetchLegacyPass : public FunctionPass { class
118 LoopDataPrefetchLegacyPass() : FunctionPass(ID) { in LoopDataPrefetchLegacyPass() function in __anon42e9458e0111::LoopDataPrefetchLegacyPass
140 char LoopDataPrefetchLegacyPass::ID = 0;
141 INITIALIZE_PASS_BEGIN(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
149 INITIALIZE_PASS_END(LoopDataPrefetchLegacyPass, "loop-data-prefetch", in INITIALIZE_PASS_DEPENDENCY()
153 return new LoopDataPrefetchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
195 bool LoopDataPrefetchLegacyPass::runOnFunction(Function &F) { in runOnFunction()