Searched refs:NewBlockT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 262 BasicBlock *NewBlockT = BasicBlock::Create( in unfold() local 269 NewBBs->push_back(NewBlockT); in unfold() 292 BranchInst::Create(EndBlock, NewBlockF, SI->getCondition(), NewBlockT); in unfold() 293 DTU->applyUpdates({{DominatorTree::Insert, NewBlockT, NewBlockF}, in unfold() 294 {DominatorTree::Insert, NewBlockT, EndBlock}, in unfold() 302 NewBlockT->getFirstInsertionPt()); in unfold() 307 NewPhiF->addIncoming(FalseVal, NewBlockT); in unfold() 314 SIUse->addIncoming(NewPhiT, NewBlockT); in unfold() 322 Phi.addIncoming(Phi.getIncomingValueForBlock(StartBlock), NewBlockT); in unfold() 330 StartBlockTerm->setSuccessor(SuccNum, NewBlockT); in unfold() [all …]
|