Lines Matching refs:ExitValue
1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB()
1934 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
1938 int ExitValue; member
1968 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
1970 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
1984 BBState.ExitValue -= Size; in verifyStackFrame()
1996 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
1997 BBState.ExitValue; in verifyStackFrame()
2003 BBState.ExitValue += Size; in verifyStackFrame()
2014 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
2018 << SPState[(*I)->getNumber()].ExitValue << ", " in verifyStackFrame()
2030 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
2037 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
2045 if (BBState.ExitValue) in verifyStackFrame()