reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
973 for (auto MBBI = MBB.begin(), MBBE = MBB.end(); MBBI != MBBE; ) { 973 for (auto MBBI = MBB.begin(), MBBE = MBB.end(); MBBI != MBBE; ) { 978 MBBI = MBB.erase(MBBI);