Searched refs:OldPN (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp682 auto *OldPN = dyn_cast<PHINode>(&OldI); local
683 if (!OldPN)
685 UpdatePHIOnClonedBlock(OldPN, /*IsForOldBlock=*/true);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1362 PHINode *OldPN = JointValueMap[InstPair]; local
1371 if (!OldPN->use_empty())
1372 OldPN->replaceAllUsesWith(I1);
1373 OldPN->eraseFromParent();

Completed in 291 milliseconds