Lines Matching refs:ExitValue
1692 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB()
1695 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
1699 int ExitValue; member
1729 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
1731 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
1745 BBState.ExitValue -= Size; in verifyStackFrame()
1757 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
1758 BBState.ExitValue; in verifyStackFrame()
1764 BBState.ExitValue += Size; in verifyStackFrame()
1775 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
1779 << SPState[(*I)->getNumber()].ExitValue << ", " in verifyStackFrame()
1791 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
1798 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
1806 if (BBState.ExitValue) in verifyStackFrame()