Searched refs:LoopInterchangeTransform (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 397 class LoopInterchangeTransform { class 399 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() function in __anonceaba13a0211::LoopInterchangeTransform 580 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit, in processLoop() 1134 void LoopInterchangeTransform::removeChildLoop(Loop *OuterLoop, in removeChildLoop() 1167 void LoopInterchangeTransform::restructureLoops( in restructureLoops() 1224 bool LoopInterchangeTransform::transform() { in transform() 1267 void LoopInterchangeTransform::splitInnerLoopLatch(Instruction *Inc) { in splitInnerLoopLatch() 1361 bool LoopInterchangeTransform::adjustLoopBranches() { in adjustLoopBranches() 1493 void LoopInterchangeTransform::adjustLoopPreheaders() { in adjustLoopPreheaders() 1512 bool LoopInterchangeTransform::adjustLoopLinks() { in adjustLoopLinks()
|