Searched refs:NewLatch (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp550 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]);
551 BranchInst *LatchBR = cast<BranchInst>(NewLatch->getTerminator());
558 DT->changeImmediateDominator(InsertBot, NewLatch);
H A DLoopUnrollRuntime.cpp390 BasicBlock *NewLatch = cast<BasicBlock>(VMap[Latch]); local
393 NewPHI->setIncomingBlock(idx, NewLatch);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1256 BasicBlock *NewLatch =
1262 auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() {
1267 NewI->insertBefore(NewLatch->getFirstNonPHI());
1276 UserI->getParent() == NewLatch || UserI == InductionPHI)

Completed in 122 milliseconds