Searched refs:LoopRotate (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 62 class LoopRotate { class 76 LoopRotate(unsigned MaxHeaderSize, LoopInfo *LI, in LoopRotate() function in __anonec66c2bd0111::LoopRotate 270 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() 770 bool LoopRotate::simplifyLoopLatch(Loop *L) { in simplifyLoopLatch() 804 bool LoopRotate::processLoop(Loop *L) { in processLoop() 836 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()
|