Searched refs:OldBlockIdx (Results 1 – 2 of 2) sorted by relevance
872 int OldBlockIdx = SuccPN.getBasicBlockIndex(OldBlock); in cloneCommonBlocks() local873 if (OldBlockIdx == -1) in cloneCommonBlocks()875 Value *IV = SuccPN.getIncomingValue(OldBlockIdx); in cloneCommonBlocks()
868 int OldBlockIdx = SuccPN->getBasicBlockIndex(OldBlock); in cloneCommonBlocks() local869 if (OldBlockIdx == -1) in cloneCommonBlocks()871 Value *IV = SuccPN->getIncomingValue(OldBlockIdx); in cloneCommonBlocks()