reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2772 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; 2774 BBState.ExitValue = BBState.EntryValue; 2783 BBState.ExitValue -= TII->getFrameTotalSize(I); 2791 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : 2791 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : 2792 BBState.ExitValue; 2798 BBState.ExitValue += Size; 2809 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || 2813 << " has exit state (" << SPState[(*I)->getNumber()].ExitValue 2825 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue || 2832 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; 2840 if (BBState.ExitValue)