Home | History | Annotate | Download | only in Utils

Lines Matching refs:BBPN

560     PHINode *BBPN = dyn_cast<PHINode>(PN->getIncomingValueForBlock(BB));
561 if (BBPN && BBPN->getParent() == BB) {
565 !CanMergeValues(BBPN->getIncomingValueForBlock(IBB),
569 << BBPN->getName() << " with regard to common predecessor "