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;

Parameters

Name

Description

MI

Representation of each machine instruction.

Created with MrDocs