Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp95 class LoopRotateLegacyPass : public LoopPass { class
101 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1, in LoopRotateLegacyPass() function in __anon4c518e330111::LoopRotateLegacyPass
155 char LoopRotateLegacyPass::ID = 0;
156 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
162 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
166 return new LoopRotateLegacyPass(MaxHeaderSize, PrepareForLTO); in INITIALIZE_PASS_DEPENDENCY()