Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EntryValue

1931     StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false),
1934 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),
1937 int EntryValue;
1968 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue;
1970 BBState.ExitValue = BBState.EntryValue;
2014 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue ||
2021 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n";
2030 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue ||
2034 << SPState[(*I)->getNumber()].EntryValue << ", "