Lines Matching full:phiuse
2113 PHINode *PHIUse = dyn_cast<PHINode>(ICI->use_back());2114 if (PHIUse == 0 || PHIUse != &SuccBlock->front() ||2115 isa<PHINode>(++BasicBlock::iterator(PHIUse)))2141 PHIUse->addIncoming(NewCst, NewBB);