Lines Matching full:newpn
583 PHINode *NewPN = cast<PHINode>(PN->clone());584 NewPN->takeName(PN);585 NewPN->insertBefore(PN);586 PN->replaceAllUsesWith(NewPN);