Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
2045 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()2051 DeletedInstructions.insert(I); in eraseInstruction()2666 DenseSet<Instruction *> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP3347 for (auto *I : DeletedInstructions) { in ~BoUpSLP()3350 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP()3356 for (auto *I : DeletedInstructions) { in ~BoUpSLP()