Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp437 New->replaceSuccessorsPhiUsesWith(this, New); in splitBasicBlock()
452 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() function in BasicBlock
464 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
465 this->replaceSuccessorsPhiUsesWith(this, New); in replaceSuccessorsPhiUsesWith()
DValue.cpp427 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h404 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New);
408 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h312 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1194 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in performFusion()
1195 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in performFusion()
1439 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in fuseGuardedLoops()
1440 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in fuseGuardedLoops()
DLICM.cpp765 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()