Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp80 class LoopRotateLegacyPass : public LoopPass { class
86 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1, in LoopRotateLegacyPass() function in __anon3e4ac82d0111::LoopRotateLegacyPass
140 char LoopRotateLegacyPass::ID = 0;
141 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
147 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
151 return new LoopRotateLegacyPass(MaxHeaderSize, PrepareForLTO); in INITIALIZE_PASS_DEPENDENCY()