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