Searched refs:DeletedInstructions (Results 1 – 1 of 1) sorted by relevance
2495 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() 2501 DeletedInstructions.insert(I); in eraseInstruction() 2511 DeletedInstructions.insert(I); in removeInstructionsAndOperands() 2528 OpI && !DeletedInstructions.contains(OpI) && OpI->hasOneUser() && in removeInstructionsAndOperands() 2578 if (!DeletedInstructions.contains(OpI) && in removeInstructionsAndOperands() 2584 DeletedInstructions.insert(VI); in removeInstructionsAndOperands() 3417 DenseSet<Instruction *> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP 4124 for (auto *I : DeletedInstructions) { in ~BoUpSLP() 4138 if (Op && !DeletedInstructions.count(Op) && Op->hasOneUser() && in ~BoUpSLP() 4144 for (auto *I : DeletedInstructions) { in ~BoUpSLP() [all...]