Lines Matching refs:DestBlock
4728 BasicBlock *DestBlock) { in tryToSinkInstruction() argument
4744 if (isa<CatchSwitchInst>(DestBlock->getTerminator())) in tryToSinkInstruction()
4766 if (DestBlock->getUniquePredecessor() != I->getParent()) in tryToSinkInstruction()
4777 if (I && I->getParent() != DestBlock) { in tryToSinkInstruction()
4786 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt(); in tryToSinkInstruction()
4787 I->moveBefore(*DestBlock, InsertPos); in tryToSinkInstruction()
4799 tryToSinkInstructionDbgValues(I, InsertPos, SrcBlock, DestBlock, DbgUsers); in tryToSinkInstruction()
4801 tryToSinkInstructionDbgVariableRecords(I, InsertPos, SrcBlock, DestBlock, in tryToSinkInstruction()
4818 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableIntrinsic *> &DbgUsers) { in tryToSinkInstructionDbgValues() argument
4823 if (DbgUser->getParent() != DestBlock) in tryToSinkInstructionDbgValues()
4877 BasicBlock *DestBlock, in tryToSinkInstructionDbgVariableRecords() argument
4885 if (DVR->getParent() != DestBlock) in tryToSinkInstructionDbgVariableRecords()