Searched refs:replaceSuccessorsPhiUsesWith (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 602 New->replaceSuccessorsPhiUsesWith(this, New); in splitBasicBlock() 662 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() function in BasicBlock 673 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock 674 this->replaceSuccessorsPhiUsesWith(this, New); in replaceSuccessorsPhiUsesWith()
|
| H A D | Value.cpp | 531 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 658 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New); 662 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 347 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, StartBB); in splitCandidate() 351 PrevBB->replaceSuccessorsPhiUsesWith(PHIPredBlock, PrevBB); in splitCandidate() 357 EndBB->replaceSuccessorsPhiUsesWith(EndBB, FollowBB); in splitCandidate() 358 FollowBB->replaceSuccessorsPhiUsesWith(PrevBB, FollowBB); in splitCandidate() 412 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, BeforePrevBB); in reattachCandidate() 438 PlacementBB->replaceSuccessorsPhiUsesWith(FollowBB, PlacementBB); in reattachCandidate() 442 PrevBB->replaceSuccessorsPhiUsesWith(StartBB, PrevBB); in reattachCandidate()
|
| /src/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() 1901 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in fuseGuardedLoops() 1902 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in fuseGuardedLoops()
|
| H A D | LICM.cpp | 842 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1141 BB.replaceSuccessorsPhiUsesWith(&BB, Tail); in runEHOnFunction()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 1636 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()
|
| /src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 322 New->replaceSuccessorsPhiUsesWith(Old, New); in splitBB() 5132 ThenBlock->replaceSuccessorsPhiUsesWith(Head, ThenBlock); in createIfVersion()
|