Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h268 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h312 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/external/llvm/include/llvm/IR/
DBasicBlock.h311 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DBasicBlock.h391 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp337 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
DValue.cpp308 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in replaceAllUsesWith()
/external/llvm/lib/IR/
DBasicBlock.cpp414 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
DValue.cpp398 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in replaceAllUsesWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DBasicBlock.cpp439 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
DValue.cpp436 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp597 Latch->replaceSuccessorsPhiUsesWith(LastExit); in simplifyLoopLatch()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp586 Latch->replaceSuccessorsPhiUsesWith(LastExit); in simplifyLoopLatch()