reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2780 if (I.getOpcode() == FrameSetupOpcode) { 2782 report("FrameSetup is after another FrameSetup", &I); 2783 BBState.ExitValue -= TII->getFrameTotalSize(I); 2787 if (I.getOpcode() == FrameDestroyOpcode) { 2788 int Size = TII->getFrameTotalSize(I); 2790 report("FrameDestroy is not after a FrameSetup", &I); 2794 report("FrameDestroy <n> is after FrameSetup <m>", &I);