Return true if it is safe to move this instruction. If SawStore is set to true, it means that there is a store (or call) between the instruction's location and its intended destination.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isSafeToMove(bool& SawStore) const;

Created with MrDocs