Home
last modified time | relevance | path

Searched refs:SuccPN (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp869 for (PHINode &SuccPN : SuccBB->phis()) { in cloneCommonBlocks()
872 int OldBlockIdx = SuccPN.getBasicBlockIndex(OldBlock); in cloneCommonBlocks()
875 Value *IV = SuccPN.getIncomingValue(OldBlockIdx); in cloneCommonBlocks()
884 SuccPN.addIncoming(IV, NewBlock); in cloneCommonBlocks()