Home | History | Annotate | Download | only in Utils

Lines Matching refs:PHINode

101        PHINode *PN = dyn_cast<PHINode>(I); ++I) {
107 if (const PHINode *VP = dyn_cast<PHINode>(V))
112 PHINode *NewPN =
113 PHINode::Create(PN->getType(), Preds.size(), "split",
176 for (BasicBlock::iterator I = DestBB->begin(); isa<PHINode>(I); ++I) {
180 PHINode *PN = cast<PHINode>(I);
231 if (PHINode *PN = dyn_cast<PHINode>(DestBB->begin())) {