Searched refs:LoopRotate (Results 1 – 3 of 3) sorted by relevance
561 class LoopRotate : public LoopPass { class566 LoopRotate(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotate() function in __anon04536f5f0111::LoopRotate610 char LoopRotate::ID = 0;611 INITIALIZE_PASS_BEGIN(LoopRotate, "loop-rotate", "Rotate Loops", false, false)620 INITIALIZE_PASS_END(LoopRotate, "loop-rotate", "Rotate Loops", false, false) in INITIALIZE_PASS_DEPENDENCY()623 return new LoopRotate(MaxHeaderSize); in INITIALIZE_PASS_DEPENDENCY()
3 ; Verify that LoopRotate preserves LoopSimplify form even in very peculiar loop
22 ; In past LoopRotate was clearing that metadata.