Home | History | Annotate | Download | only in Utils

Lines Matching refs:PHINode

102        PHINode *PN = dyn_cast<PHINode>(I); ++I) {
108 if (const PHINode *VP = dyn_cast<PHINode>(V))
113 PHINode *NewPN =
114 PHINode::Create(PN->getType(), Preds.size(), "split",
177 for (BasicBlock::iterator I = DestBB->begin(); isa<PHINode>(I); ++I) {
181 PHINode *PN = cast<PHINode>(I);
231 if (PHINode *PN = dyn_cast<PHINode>(DestBB->begin())) {