Searched refs:DestBBPN (Results 1 – 3 of 3) sorted by relevance
247 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in CanMergeBlocks() local248 if (!DestBBPN) return true; // no conflict. in CanMergeBlocks()261 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in CanMergeBlocks()262 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in CanMergeBlocks()
459 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in canMergeBlocks() local460 if (!DestBBPN) return true; // no conflict. in canMergeBlocks()473 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in canMergeBlocks()474 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in canMergeBlocks()
737 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in canMergeBlocks() local738 if (!DestBBPN) return true; // no conflict. in canMergeBlocks()751 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in canMergeBlocks()752 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in canMergeBlocks()