ΒΆinline bool isStrongerThan(
    llvm::AtomicOrdering ao,
    llvm::AtomicOrdering other)

Description

Returns true if ao is stronger than other as defined by the AtomicOrdering lattice, which is based on C++'s definition.

Declared at: llvm/include/llvm/Support/AtomicOrdering.h:89

Parameters

llvm::AtomicOrdering ao
llvm::AtomicOrdering other