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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopRotation.cpp37 class LoopRotate : public LoopPass { class in namespace:__anon10392
40 LoopRotate() : LoopPass(ID) { function in class:__anon10392::LoopRotate
65 char LoopRotate::ID = 0;
66 INITIALIZE_PASS_BEGIN(LoopRotate, "loop-rotate", "Rotate Loops", false, false)
70 INITIALIZE_PASS_END(LoopRotate, "loop-rotate", "Rotate Loops", false, false)
72 Pass *llvm::createLoopRotatePass() { return new LoopRotate(); }
76 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
210 void LoopRotate::simplifyLoopLatch(Loop *L) {
254 bool LoopRotate::rotateLoop(Loop *L) {

Completed in 87 milliseconds