Searched defs:isDeleted (Results 1 – 5 of 5) sorted by relevance
263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() function
1838 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } in isDeleted() function
2465 bool isDeleted() const { in isDeleted() function
5430 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
2495 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() function in llvm::slpvectorizer::BoUpSLP [all...]