Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp52 class LoopRotate { class
65 LoopRotate(unsigned MaxHeaderSize, LoopInfo *LI, in LoopRotate() function in __anon755a256e0111::LoopRotate
205 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop()
593 bool LoopRotate::simplifyLoopLatch(Loop *L) { in simplifyLoopLatch()
648 bool LoopRotate::processLoop(Loop *L) { in processLoop()
682 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation()