Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
2207 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()2213 DeletedInstructions.insert(I); in eraseInstruction()2863 DenseSet<Instruction *> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP3548 for (auto *I : DeletedInstructions) { in ~BoUpSLP()3551 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP()3557 for (auto *I : DeletedInstructions) { in ~BoUpSLP()