Lines Matching refs:ExitValue
1760 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB()
1763 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
1767 int ExitValue; member
1797 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
1799 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
1813 BBState.ExitValue -= Size; in verifyStackFrame()
1825 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
1826 BBState.ExitValue; in verifyStackFrame()
1832 BBState.ExitValue += Size; in verifyStackFrame()
1843 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
1847 << SPState[(*I)->getNumber()].ExitValue << ", " in verifyStackFrame()
1859 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
1866 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
1874 if (BBState.ExitValue) in verifyStackFrame()