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; } isDeleted() function
2504 bool isDeleted() const { isDeleted() function
5430 AST_MATCHER(FunctionDecl,isDeleted) AST_MATCHER() argument
2474 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } isDeleted() function in llvm::slpvectorizer::BoUpSLP [all...]