Home
last modified time | relevance | path

Searched refs:hasTag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp102 bool MMRAMetadata::hasTag(StringRef Prefix, StringRef Suffix) const { in hasTag() function in MMRAMetadata
114 PrefixStatuses[P] |= (Other.hasTag(P, S) || !Other.hasTagWithPrefix(P)); in isCompatibleWith()
116 PrefixStatuses[P] |= (hasTag(P, S) || !hasTagWithPrefix(P)); in isCompatibleWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h102 bool hasTag(StringRef Prefix, StringRef Suffix) const;