Searched refs:OldPN (Results 1 – 2 of 2) sorted by relevance
842 auto *OldPN = dyn_cast<PHINode>(&OldI); in cloneCommonBlocks() local843 if (!OldPN) in cloneCommonBlocks()845 UpdatePHIOnClonedBlock(OldPN, /*IsForOldBlock=*/true); in cloneCommonBlocks()
1463 PHINode *OldPN = JointValueMap[InstPair]; in SinkThenElseCodeToEnd() local1472 if (!OldPN->use_empty()) in SinkThenElseCodeToEnd()1473 OldPN->replaceAllUsesWith(I1); in SinkThenElseCodeToEnd()1474 OldPN->eraseFromParent(); in SinkThenElseCodeToEnd()