Searched refs:DestPN (Results 1 – 1 of 1) sorted by relevance
3531 PHINode *DestPN = cast<PHINode>(I); in removeEmptyCleanup() local3533 int Idx = DestPN->getBasicBlockIndex(BB); in removeEmptyCleanup()3547 Value *SrcVal = DestPN->getIncomingValue(Idx); in removeEmptyCleanup()3551 DestPN->removeIncomingValue(Idx, false); in removeEmptyCleanup()3559 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()3567 DestPN->addIncoming(SrcVal, pred); in removeEmptyCleanup()