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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp115 class LoopDataPrefetchLegacyPass : public FunctionPass { class in namespace:__anon4647
118 LoopDataPrefetchLegacyPass() : FunctionPass(ID) { function in class:__anon4647::LoopDataPrefetchLegacyPass
138 char LoopDataPrefetchLegacyPass::ID = 0;
139 INITIALIZE_PASS_BEGIN(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
146 INITIALIZE_PASS_END(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
150 return new LoopDataPrefetchLegacyPass();
192 bool LoopDataPrefetchLegacyPass::runOnFunction(Function &F) {

Completed in 102 milliseconds