Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp82 class LoopRotateLegacyPass : public LoopPass { class
88 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1, in LoopRotateLegacyPass() function in __anond9eadc880111::LoopRotateLegacyPass
146 char LoopRotateLegacyPass::ID = 0;
147 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
153 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
157 return new LoopRotateLegacyPass(MaxHeaderSize, PrepareForLTO); in INITIALIZE_PASS_DEPENDENCY()