Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp872 int OldBlockIdx = SuccPN.getBasicBlockIndex(OldBlock); in cloneCommonBlocks() local
873 if (OldBlockIdx == -1) in cloneCommonBlocks()
875 Value *IV = SuccPN.getIncomingValue(OldBlockIdx); in cloneCommonBlocks()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp868 int OldBlockIdx = SuccPN->getBasicBlockIndex(OldBlock); in cloneCommonBlocks() local
869 if (OldBlockIdx == -1) in cloneCommonBlocks()
871 Value *IV = SuccPN->getIncomingValue(OldBlockIdx); in cloneCommonBlocks()