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 303 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
  /external/llvm/lib/IR/
BasicBlock.cpp 401 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) {
Value.cpp 389 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 518 Latch->replaceSuccessorsPhiUsesWith(LastExit);

Completed in 98 milliseconds