Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DBasicBlock.cpp428 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()
DValue.cpp529 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DBasicBlock.h505 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New);
509 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DIROutliner.cpp352 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/
DLoopFuse.cpp1611 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()
DLICM.cpp827 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1148 BB.replaceSuccessorsPhiUsesWith(&BB, Tail); in runEHOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp293 New->replaceSuccessorsPhiUsesWith(Old, New); in splitBB()
3038 ThenBlock->replaceSuccessorsPhiUsesWith(Head, ThenBlock); in createIfVersion()