Searched refs:BBCopyEnd (Results 1 – 1 of 1) sorted by relevance
1560 BasicBlock *BBCopyEnd = EndBlockMap[BB]; in copyStmt() local1563 while (!BBCopyEnd->empty()) in copyStmt()1564 BBCopyEnd->begin()->eraseFromParent(); in copyStmt()1565 new UnreachableInst(BBCopyEnd->getContext(), BBCopyEnd); in copyStmt()1569 Instruction *BICopy = BBCopyEnd->getTerminator(); in copyStmt()1744 BasicBlock *BBCopyEnd = EndBlockMap[IncomingBB]; in addOperandToPHI() local1746 assert(!BBCopyEnd); in addOperandToPHI()1765 if (IP->getParent() != BBCopyEnd) in addOperandToPHI()1766 Builder.SetInsertPoint(BBCopyEnd->getTerminator()); in addOperandToPHI()1768 if (IP->getParent() != BBCopyEnd) in addOperandToPHI()[all …]