Returns true if it is illegal to fold a load across this instruction.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isLoadFoldBarrier() const;
Return Value
True if load folding across this instruction is illegal.
Created with MrDocs