Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
1542 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()1975 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()1981 DenseMap<Instruction *, bool> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP2553 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()2562 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()