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