Lines Matching refs:ExitValue
3783 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3788 int ExitValue = 0; member
3821 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3823 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3844 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3852 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
3853 BBState.ExitValue; in verifyStackFrame()
3862 BBState.ExitValue += Size; in verifyStackFrame()
3872 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3876 << " has exit state (" << SPState[Pred->getNumber()].ExitValue in verifyStackFrame()
3887 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3894 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
3902 if (BBState.ExitValue) in verifyStackFrame()