Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExitValue

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