Home | History | Annotate | Download | only in IR

Lines Matching refs:PHINode

137   // which is not a PHINode. If we have an invalid basic
140 while (isa<PHINode>(i)) ++i;
147 // which is not a PHINode. If we have an invalid basic
150 while (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i)) ++i;
156 // which is not a PHINode. If we have an invalid basic
161 if (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i))
227 PHINode *APN = dyn_cast<PHINode>(&front());
254 while (PHINode *PN = dyn_cast<PHINode>(&front())) {
274 PHINode *PN;
275 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) {
328 PHINode *PN;
330 (PN = dyn_cast<PHINode>(II)); ++II) {
352 PHINode *PN = dyn_cast<PHINode>(II);