reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2779 for (const auto &I : *MBB) { 2802 SPState[MBB->getNumber()] = BBState; 2806 for (MachineBasicBlock::const_pred_iterator I = MBB->pred_begin(), 2807 E = MBB->pred_end(); I != E; ++I) { 2811 report("The exit stack state of a predecessor is inconsistent.", MBB); 2815 << printMBBReference(*MBB) << " has entry state (" 2822 for (MachineBasicBlock::const_succ_iterator I = MBB->succ_begin(), 2823 E = MBB->succ_end(); I != E; ++I) { 2827 report("The entry stack state of a successor is inconsistent.", MBB); 2831 << printMBBReference(*MBB) << " has exit state (" 2837 if (!MBB->empty() && MBB->back().isReturn()) { 2837 if (!MBB->empty() && MBB->back().isReturn()) { 2839 report("A return block ends with a FrameSetup.", MBB); 2841 report("A return block ends with a nonzero stack adjustment.", MBB);