HomeSort by relevance Sort by last modified time
    Searched refs:replaceSuccessorsPhiUsesWith (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
BasicBlock.h 272 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
  /external/llvm/lib/IR/
BasicBlock.cpp 337 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) {
Value.cpp 328 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 248 Latch->replaceSuccessorsPhiUsesWith(LastExit);

Completed in 96 milliseconds