Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp63 class LoopRotateLegacyPass : public LoopPass { class
68 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() function in __anon1c21a3e20111::LoopRotateLegacyPass
112 char LoopRotateLegacyPass::ID = 0;
113 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
119 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
123 return new LoopRotateLegacyPass(MaxHeaderSize); in INITIALIZE_PASS_DEPENDENCY()