Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp602 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 DValue.cpp531 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h658 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New);
662 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp347 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 DLoopFuse.cpp1609 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 DLICM.cpp842 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1141 BB.replaceSuccessorsPhiUsesWith(&BB, Tail); in runEHOnFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1636 NewBB->replaceSuccessorsPhiUsesWith(InvokeBB, NewBB); in createShadowValueWithOperandsAvailable()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp322 New->replaceSuccessorsPhiUsesWith(Old, New); in splitBB()
5132 ThenBlock->replaceSuccessorsPhiUsesWith(Head, ThenBlock); in createIfVersion()