Searched refs:V2PN (Results 1 – 1 of 1) sorted by relevance
449 if (const PHINode *V2PN = dyn_cast<PHINode>(V2)) in canMergeBlocks() local450 if (V2PN->getParent() == BB) in canMergeBlocks()451 V2 = V2PN->getIncomingValueForBlock(Pred); in canMergeBlocks()