Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1369 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()
1763 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()
1769 DenseMap<Instruction *, bool> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP
2327 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
2336 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1474 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted()
1905 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()
1911 DenseMap<Instruction *, bool> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP
2482 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
2491 for (const auto &Pair : DeletedInstructions) { in ~BoUpSLP()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp544 DeletedInstructions.push_back(std::unique_ptr<Instruction>(I)); in eraseInstruction()
549 SmallVector<std::unique_ptr<Instruction>, 8> DeletedInstructions; member in llvm::slpvectorizer::BoUpSLP