Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp112 StringMap<bool> PrefixStatuses; in isCompatibleWith() local
114 PrefixStatuses[P] |= (Other.hasTag(P, S) || !Other.hasTagWithPrefix(P)); in isCompatibleWith()
116 PrefixStatuses[P] |= (hasTag(P, S) || !hasTagWithPrefix(P)); in isCompatibleWith()
118 for (auto &[Prefix, Status] : PrefixStatuses) { in isCompatibleWith()