Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp1556 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()
1764 if (IP->getParent() != BBCopyEnd) in addOperandToPHI()
1771 if (PHICopy->getBasicBlockIndex(BBCopyEnd) >= 0) in addOperandToPHI()
[all …]