Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
2223 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()2229 DeletedInstructions.insert(I); in eraseInstruction()3008 DenseSet<Instruction *> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP3693 for (auto *I : DeletedInstructions) { in ~BoUpSLP()3696 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP()3702 for (auto *I : DeletedInstructions) { in ~BoUpSLP()