Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp506 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() argument
576 LatchBR->setSuccessor(idx, InsertBot); in cloneLoopBlocks()
580 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
761 BasicBlock *InsertBot = in peelLoop() local
764 SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
767 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
789 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks, in peelLoop()
811 updateBranchWeights(InsertBot, LatchBRCopy, ExitWeight, FallThroughWeight); in peelLoop()
816 InsertTop = InsertBot; in peelLoop()
817 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
[all …]
H A DLoopUnrollRuntime.cpp306 BasicBlock *InsertBot, BasicBlock *Preheader, in CloneLoopBlocks() argument
359 Builder.CreateBr(InsertBot); in CloneLoopBlocks()
369 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot); in CloneLoopBlocks()
820 BasicBlock *InsertBot = UseEpilogRemainder ? LatchExit : PrologExit; in UnrollRuntimeLoopRemainder() local
824 InsertTop, InsertBot, in UnrollRuntimeLoopRemainder()
833 F->getBasicBlockList().splice(InsertBot->getIterator(), in UnrollRuntimeLoopRemainder()