Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp117 class LoopDataPrefetchLegacyPass : public FunctionPass { class
120 LoopDataPrefetchLegacyPass() : FunctionPass(ID) { in LoopDataPrefetchLegacyPass() function in __anon7a27380c0111::LoopDataPrefetchLegacyPass
140 char LoopDataPrefetchLegacyPass::ID = 0;
141 INITIALIZE_PASS_BEGIN(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
148 INITIALIZE_PASS_END(LoopDataPrefetchLegacyPass, "loop-data-prefetch", in INITIALIZE_PASS_DEPENDENCY()
152 return new LoopDataPrefetchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
194 bool LoopDataPrefetchLegacyPass::runOnFunction(Function &F) { in runOnFunction()