reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineVerifier.cpp
 2773       BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup;
 2775       BBState.ExitIsSetup = BBState.EntryIsSetup;
 2810            SPState[(*I)->getNumber()].ExitIsSetup != BBState.EntryIsSetup)) {
 2816                << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n";
 2826            SPState[(*I)->getNumber()].EntryIsSetup != BBState.ExitIsSetup)) {
 2830                << ", " << SPState[(*I)->getNumber()].EntryIsSetup << "), while "