Searched defs:LoopRotate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp36 class LoopRotate : public LoopPass { class in namespace:__anon7779
39 LoopRotate() : LoopPass(ID) { function in class:__anon7779::LoopRotate
64 char LoopRotate::ID = 0;
65 INITIALIZE_PASS_BEGIN(LoopRotate, "loop-rotate", "Rotate Loops", false, false)
69 INITIALIZE_PASS_END(LoopRotate, "loop-rotate", "Rotate Loops", false, false)
71 Pass *llvm::createLoopRotatePass() { return new LoopRotate(); }
75 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
209 void LoopRotate::simplifyLoopLatch(Loop *L) {
253 bool LoopRotate::rotateLoop(Loop *L) {

Completed in 91 milliseconds