Lines Matching refs:ExitValue
3126 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3131 int ExitValue = 0; member
3164 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3166 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3175 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3183 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
3184 BBState.ExitValue; in verifyStackFrame()
3190 BBState.ExitValue += Size; in verifyStackFrame()
3200 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3204 << " has exit state (" << SPState[Pred->getNumber()].ExitValue in verifyStackFrame()
3215 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3222 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
3230 if (BBState.ExitValue) in verifyStackFrame()