Return true if it is safe to move this instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isSafeToMove(bool& SawStore) const;
If SawStore is set to true, a store or call lies between the current location and the intended destination.
True if moving this instruction is safe.
| Name | Description |
|---|---|
| SawStore | Set to true when a store/call is seen while checking. |