Returns true if ao is stronger than other as defined by the AtomicOrdering lattice, which is based on C++'s definition.
Declared in <llvm/Support/AtomicOrdering.h>
bool
isStrongerThan(
AtomicOrdering AO,
AtomicOrdering Other);
| Name | Description |
|---|---|
| AO | Atomic ordering for LLVM's memory model. |
| Other | Atomic ordering for LLVM's memory model. |