Returns true if the argument is a frame setup pseudo instruction.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
bool
isFrameSetup(MachineInstr const& I) const;
Return Value
true if the argument is a frame setup pseudo instruction.
Parameters
Name |
Description |
I |
Representation of each machine instruction. |
Created with MrDocs