Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp561 class LoopRotate : public LoopPass { class
566 LoopRotate(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotate() function in __anon04536f5f0111::LoopRotate
610 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()
/external/llvm/test/Transforms/LoopRotate/
Dpreserve-loop-simplify.ll3 ; Verify that LoopRotate preserves LoopSimplify form even in very peculiar loop
/external/llvm/test/Transforms/LoopVectorize/
Dvect.omp.persistence.ll22 ; In past LoopRotate was clearing that metadata.