Searched refs:DeletedInstructions (Results 1 – 3 of 3) sorted by relevance
1369 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()1763 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()1769 DenseMap<Instruction *, bool> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP2327 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()2336 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
1474 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()1905 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()1911 DenseMap<Instruction *, bool> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP2482 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()2491 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
544 DeletedInstructions.push_back(std::unique_ptr<Instruction>(I)); in eraseInstruction()549 SmallVector<std::unique_ptr<Instruction>, 8> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP