Returns true if MI is an instruction we are unable to reason about (like a call or something with unmodeled side effects).

Synopsis

Declared in <llvm/CodeGen/TargetInstrInfo.h>

virtual
bool
isGlobalMemoryObject(MachineInstr const* MI) const;

Return Value

True if MI is an instruction we are unable to reason about (like a call or something with unmodeled side effects).

Parameters

Name

Description

MI

Machine instruction being queried or modified.

Created with MrDocs