Home
last modified time | relevance | path

Searched refs:SuccPN (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp862 auto *SuccPN = dyn_cast<PHINode>(&SuccI); in cloneCommonBlocks() local
863 if (!SuccPN) in cloneCommonBlocks()
868 int OldBlockIdx = SuccPN->getBasicBlockIndex(OldBlock); in cloneCommonBlocks()
871 Value *IV = SuccPN->getIncomingValue(OldBlockIdx); in cloneCommonBlocks()
880 SuccPN->addIncoming(IV, NewBlock); in cloneCommonBlocks()