Searched refs:replaceSuccessorsPhiUsesWith (Results 1 – 4 of 4) sorted by relevance
303 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
401 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock
389 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in replaceAllUsesWith()
518 Latch->replaceSuccessorsPhiUsesWith(LastExit); in simplifyLoopLatch()