Searched refs:replaceSuccessorsPhiUsesWith (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DBasicBlock.h277 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
/external/llvm/lib/IR/
H A DBasicBlock.cpp341 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { function in class:BasicBlock
H A DValue.cpp365 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp272 Latch->replaceSuccessorsPhiUsesWith(LastExit);

Completed in 4212 milliseconds