Lines Matching refs:ExitValue
3250 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3255 int ExitValue = 0; member
3288 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3290 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3299 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3307 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
3308 BBState.ExitValue; in verifyStackFrame()
3314 BBState.ExitValue += Size; in verifyStackFrame()
3324 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3328 << " has exit state (" << SPState[Pred->getNumber()].ExitValue in verifyStackFrame()
3339 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3346 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
3354 if (BBState.ExitValue) in verifyStackFrame()