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 |
Frame setup/destroy instruction. |
Created with MrDocs