Searched refs:replaceSuccessorsPhiUsesWith (Results 1 – 6 of 6) sorted by relevance
437 New->replaceSuccessorsPhiUsesWith(this, New); in splitBasicBlock()452 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() function in BasicBlock464 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith() function in BasicBlock465 this->replaceSuccessorsPhiUsesWith(this, New); in replaceSuccessorsPhiUsesWith()
427 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); in doRAUW()
404 void replaceSuccessorsPhiUsesWith(BasicBlock *Old, BasicBlock *New);408 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
312 void replaceSuccessorsPhiUsesWith(BasicBlock *New);
1194 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in performFusion()1195 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in performFusion()1439 FC1.Preheader->replaceSuccessorsPhiUsesWith(FC0.Preheader); in fuseGuardedLoops()1440 FC0.Latch->replaceSuccessorsPhiUsesWith(FC1.Latch); in fuseGuardedLoops()
765 InitialPreheader->replaceSuccessorsPhiUsesWith(HoistCommonSucc); in getOrCreateHoistedBlock()