Searched refs:SrcPN (Results 1 – 1 of 1) sorted by relevance
5186 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local5188 bool NeedPHITranslation = SrcPN && SrcPN->getParent() == BB; in removeEmptyCleanup()5191 NeedPHITranslation ? SrcPN->getIncomingValueForBlock(Pred) : SrcVal; in removeEmptyCleanup()