Searched refs:LoopDataPrefetchLegacyPass (Results 1 – 1 of 1) sorted by relevance
115 class LoopDataPrefetchLegacyPass : public FunctionPass { class118 LoopDataPrefetchLegacyPass() : FunctionPass(ID) { in LoopDataPrefetchLegacyPass() function in __anon42e9458e0111::LoopDataPrefetchLegacyPass140 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()