Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp539 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); in cloneLoopBlocks() local
540 BranchInst *LatchBR = cast<BranchInst>(NewLatch->getTerminator()); in cloneLoopBlocks()
547 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
DLoopUnrollRuntime.cpp390 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); in CloneLoopBlocks() local
393 NewPHI->setIncomingBlock(idx, NewLatch); in CloneLoopBlocks()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopPeel.cpp560 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); in cloneLoopBlocks() local
561 BranchInst *LatchBR = cast<BranchInst>(NewLatch->getTerminator()); in cloneLoopBlocks()
568 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
DLoopUnrollRuntime.cpp391 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); in CloneLoopBlocks() local
394 NewPHI->setIncomingBlock(idx, NewLatch); in CloneLoopBlocks()
DBasicBlockUtils.cpp807 BasicBlock *NewLatch = L->getLoopLatch(); in SplitBlockPredecessors() local
808 if (NewLatch != OldLatch) { in SplitBlockPredecessors()
810 NewLatch->getTerminator()->setMetadata("llvm.loop", MD); in SplitBlockPredecessors()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp352 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); in CloneLoopBlocks() local
355 NewPHI->setIncomingBlock(idx, NewLatch); in CloneLoopBlocks()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1253 BasicBlock *NewLatch = in transform() local
1259 auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() { in transform()
1264 NewI->insertBefore(NewLatch->getFirstNonPHI()); in transform()
1273 UserI->getParent() == NewLatch || UserI == InductionPHI) in transform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1251 BasicBlock *NewLatch = in transform() local
1257 auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() { in transform()
1262 NewI->insertBefore(NewLatch->getFirstNonPHI()); in transform()
1271 UserI->getParent() == NewLatch || UserI == InductionPHI) in transform()