Searched refs:SrcPN (Results 1 – 2 of 2) sorted by relevance
3548 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local3553 if (SrcPN && SrcPN->getParent() == BB) { in removeEmptyCleanup()3557 for (unsigned SrcIdx = 0, SrcE = SrcPN->getNumIncomingValues(); in removeEmptyCleanup()3559 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()3560 SrcPN->getIncomingBlock(SrcIdx)); in removeEmptyCleanup()
3942 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local3947 if (SrcPN && SrcPN->getParent() == BB) { in removeEmptyCleanup()3951 for (unsigned SrcIdx = 0, SrcE = SrcPN->getNumIncomingValues(); in removeEmptyCleanup()3953 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()3954 SrcPN->getIncomingBlock(SrcIdx)); in removeEmptyCleanup()