Searched defs:isDeleted (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } function in class:llvm::pdb::HashTable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1369 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } function in class:llvm::slpvectorizer::BoUpSLP

Completed in 172 milliseconds