llvm::MachineInstr::hasOrderedMemoryRef

Return true if this may have an ordered/volatile memory reference.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
hasOrderedMemoryRef() const;

Description

Also returns true when memory-reference information is unavailable.

Return Value

False only when known to have no ordered/volatile memrefs.