Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp548 Instruction *LoopEntryBranch = OrigPreheader->getTerminator(); in rotateLoop() local
625 LoopEntryBranch->cloneDebugInfoFrom(Inst, NextDbgInsts.begin()); in rotateLoop()
637 Inst->moveBefore(LoopEntryBranch->getIterator()); in rotateLoop()
648 C->insertBefore(LoopEntryBranch->getIterator()); in rotateLoop()
771 LoopEntryBranch->eraseFromParent(); in rotateLoop()