Searched refs:LoopRotate (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 62 class LoopRotate { class 76 LoopRotate(unsigned MaxHeaderSize, LoopInfo *LI, in LoopRotate() function in __anonf0bb41140111::LoopRotate 270 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() 769 bool LoopRotate::simplifyLoopLatch(Loop *L) { in simplifyLoopLatch() 803 bool LoopRotate::processLoop(Loop *L) { in processLoop() 835 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LoopTerminology.rst | 489 Loops are rotated by the LoopRotate (:ref:`loop-rotate <passes-loop-rotate>`) 564 Before we explain how LoopRotate will actually 594 the latch. This is something that LoopRotate does by copying the header 599 which is something that LoopRotate will do. 601 This is how LoopRotate transforms this loop: 633 because LoopRotate ensures that the loop is in 642 too for LoopRotate to be applied successfully. 704 Note that LoopRotate does not generally do such
|