Lines Matching refs:ExitValue
3474 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3479 int ExitValue = 0; member
3512 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3514 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3532 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3540 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()
3541 BBState.ExitValue; in verifyStackFrame()
3547 BBState.ExitValue += Size; in verifyStackFrame()
3557 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3561 << " has exit state (" << SPState[Pred->getNumber()].ExitValue in verifyStackFrame()
3572 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3579 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()
3587 if (BBState.ExitValue) in verifyStackFrame()