Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp67 class LoopRotateLegacyPass : public LoopPass { class
72 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() function in __anon5737e2370111::LoopRotateLegacyPass
115 char LoopRotateLegacyPass::ID = 0;
116 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
122 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, in INITIALIZE_PASS_DEPENDENCY()
126 return new LoopRotateLegacyPass(MaxHeaderSize); in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp80 class LoopRotateLegacyPass : public LoopPass { class
86 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1, in LoopRotateLegacyPass() function in __anonabdd0cbd0111::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()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp644 class LoopRotateLegacyPass : public LoopPass { class
649 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() function in __anonad3f54150211::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()