reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
262 if (MII == MIE) 264 assert(!MII->isInsideBundle() && 267 for (++MII; MII != MIE; ) { 267 for (++MII; MII != MIE; ) { 268 if (!MII->isInsideBundle()) 269 ++MII; 271 MII = finalizeBundle(MBB, std::prev(MII)); 271 MII = finalizeBundle(MBB, std::prev(MII));