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.cpp111 StringMap<bool> PrefixStatuses; in isCompatibleWith() local
113 PrefixStatuses[P] |= (Other.hasTag(P, S) || !Other.hasTagWithPrefix(P)); in isCompatibleWith()
115 PrefixStatuses[P] |= (hasTag(P, S) || !hasTagWithPrefix(P)); in isCompatibleWith()
117 for (auto &[Prefix, Status] : PrefixStatuses) { in isCompatibleWith()