Searched refs:LoopRotate (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 60 class LoopRotate { class 74 LoopRotate(unsigned MaxHeaderSize, LoopInfo *LI, in LoopRotate() function in __anonb528d03f0111::LoopRotate 406 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() 986 bool LoopRotate::simplifyLoopLatch(Loop *L) { in simplifyLoopLatch() 1025 bool LoopRotate::processLoop(Loop *L) { in processLoop() 1057 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
|