Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp54 class LoopRotateLegacyPass : public LoopPass { class
59 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() function in __anon4a0337970111::LoopRotateLegacyPass
93 char LoopRotateLegacyPass::ID = 0;
94 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
99 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
103 return new LoopRotateLegacyPass(MaxHeaderSize); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp644 class LoopRotateLegacyPass : public LoopPass { class
649 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() function in __anon04536f5f0211::LoopRotateLegacyPass
682 char LoopRotateLegacyPass::ID = 0;
683 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
688 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
692 return new LoopRotateLegacyPass(MaxHeaderSize); in INITIALIZE_PASS_DEPENDENCY()