Searched defs:isDeleted (Results 1 – 5 of 5) sorted by relevance
267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() function
1975 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } in isDeleted() function
2307 bool isDeleted() const { in isDeleted() function
4998 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
1542 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() function in llvm::slpvectorizer::BoUpSLP