Searched refs:SuccPN (Results 1 – 1 of 1) sorted by relevance
702 auto *SuccPN = dyn_cast<PHINode>(&SuccI); in cloneCommonBlocks() local703 if (!SuccPN) in cloneCommonBlocks()708 int OldBlockIdx = SuccPN->getBasicBlockIndex(OldBlock); in cloneCommonBlocks()711 Value *IV = SuccPN->getIncomingValue(OldBlockIdx); in cloneCommonBlocks()720 SuccPN->addIncoming(IV, NewBlock); in cloneCommonBlocks()