Home | History | Annotate | Download | only in Utils

Lines Matching refs:PHINode

268     if (!isa<PHINode>(NewInst)) {
398 SmallVector<const PHINode*, 16> PHIToResolve;
411 if (const PHINode *PN = dyn_cast<PHINode>(I))
425 const PHINode *OPN = PHIToResolve[phino];
435 PHINode *PN = cast<PHINode>(VMap[OPN]);
457 PHINode *PN = cast<PHINode>(NewBB->begin());
475 for (; (PN = dyn_cast<PHINode>(I)); ++I) {
488 PN = cast<PHINode>(NewBB->begin());
492 while ((PN = dyn_cast<PHINode>(I++))) {
504 // remapped into the new function, simplifying the PHINode and performing any
511 if (PHINode *PN = dyn_cast<PHINode>(VMap[PHIToResolve[Idx]]))
548 assert(!isa<PHINode>(Dest->begin()));