Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
3276 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()3282 DeletedInstructions.insert(I); in eraseInstruction()3305 OpI && !DeletedInstructions.contains(OpI) && OpI->hasOneUser() && in removeInstructionsAndOperands()3355 if (!DeletedInstructions.contains(OpI) && in removeInstructionsAndOperands()4401 DenseSet<Instruction *> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP5266 for (auto *I : DeletedInstructions) { in ~BoUpSLP()5280 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP()5286 for (auto *I : DeletedInstructions) { in ~BoUpSLP()