Searched refs:replaceSuccessorsPhiUsesWith (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 585 New->replaceSuccessorsPhiUsesWith(this, New); in splitBasicBlock() 646 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() function in BasicBlock 657 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock 658 this->replaceSuccessorsPhiUsesWith(this, New); in replaceSuccessorsPhiUsesWith()
|
| H A D | Value.cpp | 543 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 700 LLVM_ABI void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New); 704 LLVM_ABI void replaceSuccessorsPhiUsesWith(BasicBlock *New);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 348 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, StartBB); in splitCandidate() 352 PrevBB->replaceSuccessorsPhiUsesWith(PHIPredBlock, PrevBB); in splitCandidate() 358 EndBB->replaceSuccessorsPhiUsesWith(EndBB, FollowBB); in splitCandidate() 359 FollowBB->replaceSuccessorsPhiUsesWith(PrevBB, FollowBB); in splitCandidate() 413 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, BeforePrevBB); in reattachCandidate() 439 PlacementBB->replaceSuccessorsPhiUsesWith(FollowBB, PlacementBB); in reattachCandidate() 443 PrevBB->replaceSuccessorsPhiUsesWith(StartBB, PrevBB); in reattachCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1609 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in performFusion() 1610 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in performFusion() 1903 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in fuseGuardedLoops() 1904 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in fuseGuardedLoops()
|
| H A D | LICM.cpp | 845 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1146 BB.replaceSuccessorsPhiUsesWith(&BB, Tail); in runEHOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 1690 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 329 New->replaceSuccessorsPhiUsesWith(Old, New); in splitBB() 5420 ThenBlock->replaceSuccessorsPhiUsesWith(Cond, ThenBlock); in createIfVersion()
|