Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp538 Instruction *LoopEntryBranch = OrigPreheader->getTerminator(); in rotateLoop() local
614 if (LoopEntryBranch->getParent()->IsNewDbgInfoFormat) { in rotateLoop()
616 LoopEntryBranch->cloneDebugInfoFrom(Inst, NextDbgInst); in rotateLoop()
626 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
634 C->insertBefore(LoopEntryBranch); in rotateLoop()
638 if (LoopEntryBranch->getParent()->IsNewDbgInfoFormat) { in rotateLoop()
763 LoopEntryBranch->eraseFromParent(); in rotateLoop()