Lines Matching refs:ExitValue
2971 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
2976 int ExitValue = 0; member
3009 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3011 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3020 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3028 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
3029 BBState.ExitValue; in verifyStackFrame()
3035 BBState.ExitValue += Size; in verifyStackFrame()
3045 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3049 << " has exit state (" << SPState[Pred->getNumber()].ExitValue in verifyStackFrame()
3060 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3067 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
3075 if (BBState.ExitValue) in verifyStackFrame()