Home
last modified time | relevance | path

Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2207 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::BoUpSLP
3548 for (auto *I : DeletedInstructions) { in ~BoUpSLP()
3551 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP()
3557 for (auto *I : DeletedInstructions) { in ~BoUpSLP()