Searched refs:replaceSuccessorsPhiUsesWith (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | BasicBlock.cpp | 428 New->replaceSuccessorsPhiUsesWith(this, New); in splitBasicBlock() 498 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() function in BasicBlock 509 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock 510 this->replaceSuccessorsPhiUsesWith(this, New); in replaceSuccessorsPhiUsesWith()
|
| D | Value.cpp | 529 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | BasicBlock.h | 505 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New); 509 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | IROutliner.cpp | 352 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, StartBB); in splitCandidate() 356 PrevBB->replaceSuccessorsPhiUsesWith(PHIPredBlock, PrevBB); in splitCandidate() 362 EndBB->replaceSuccessorsPhiUsesWith(EndBB, FollowBB); in splitCandidate() 363 FollowBB->replaceSuccessorsPhiUsesWith(PrevBB, FollowBB); in splitCandidate() 417 PrevBB->replaceSuccessorsPhiUsesWith(PrevBB, BeforePrevBB); in reattachCandidate() 443 PlacementBB->replaceSuccessorsPhiUsesWith(FollowBB, PlacementBB); in reattachCandidate() 447 PrevBB->replaceSuccessorsPhiUsesWith(StartBB, PrevBB); in reattachCandidate()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopFuse.cpp | 1611 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in performFusion() 1612 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in performFusion() 1902 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in fuseGuardedLoops() 1903 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in fuseGuardedLoops()
|
| D | LICM.cpp | 827 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1148 BB.replaceSuccessorsPhiUsesWith(&BB, Tail); in runEHOnFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 293 New->replaceSuccessorsPhiUsesWith(Old, New); in splitBB() 3038 ThenBlock->replaceSuccessorsPhiUsesWith(Head, ThenBlock); in createIfVersion()
|