Lines Matching refs:BBCopyEnd
1556 BasicBlock *BBCopyEnd = EndBlockMap[BB]; in copyStmt() local
1559 while (!BBCopyEnd->empty()) in copyStmt()
1560 BBCopyEnd->begin()->eraseFromParent(); in copyStmt()
1561 new UnreachableInst(BBCopyEnd->getContext(), BBCopyEnd); in copyStmt()
1565 Instruction *BICopy = BBCopyEnd->getTerminator(); in copyStmt()
1740 BasicBlock *BBCopyEnd = EndBlockMap[IncomingBB]; in addOperandToPHI() local
1742 assert(!BBCopyEnd); in addOperandToPHI()
1761 if (IP->getParent() != BBCopyEnd) in addOperandToPHI()
1762 Builder.SetInsertPoint(BBCopyEnd->getTerminator()); in addOperandToPHI()
1764 if (IP->getParent() != BBCopyEnd) in addOperandToPHI()
1771 if (PHICopy->getBasicBlockIndex(BBCopyEnd) >= 0) in addOperandToPHI()
1779 PHICopy->addIncoming(OpCopy, BBCopyEnd); in addOperandToPHI()