Searched refs:V2PN (Results 1 – 1 of 1) sorted by relevance
444 if (const PHINode *V2PN = dyn_cast<PHINode>(V2)) in CanMergeBlocks() local445 if (V2PN->getParent() == BB) in CanMergeBlocks()446 V2 = V2PN->getIncomingValueForBlock(Pred); in CanMergeBlocks()