Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h396 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DBasicBlock.cpp446 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
H A DValue.cpp426 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp631 Latch->replaceSuccessorsPhiUsesWith(LastExit); in simplifyLoopLatch()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp684 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()