Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExitValue

1627     StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false),
1630 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),
1634 int ExitValue;
1664 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue;
1666 BBState.ExitValue = BBState.EntryValue;
1680 BBState.ExitValue -= Size;
1692 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue :
1693 BBState.ExitValue;
1699 BBState.ExitValue += Size;
1710 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue ||
1714 << SPState[(*I)->getNumber()].ExitValue << ", "
1726 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue ||
1733 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n";
1741 if (BBState.ExitValue)