Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp265 BasicBlock *NewBlockF = BasicBlock::Create( in unfold() local
270 NewBBs->push_back(NewBlockF); in unfold()
290 BranchInst::Create(EndBlock, NewBlockF); in unfold()
292 BranchInst::Create(EndBlock, NewBlockF, SI->getCondition(), NewBlockT); in unfold()
293 DTU->applyUpdates({{DominatorTree::Insert, NewBlockT, NewBlockF}, in unfold()
295 {DominatorTree::Insert, NewBlockF, EndBlock}}); in unfold()
305 NewBlockF->getFirstInsertionPt()); in unfold()
315 SIUse->addIncoming(NewPhiF, NewBlockF); in unfold()
323 Phi.addIncoming(Phi.getIncomingValueForBlock(StartBlock), NewBlockF); in unfold()