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