reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1376 assert(IsEmptyBlock(&MBB) && "Expected an empty block (except debug info)."); 1379 for (MachineBasicBlock *SuccBB : MBB.successors()) 1381 copyDebugInfoToSuccessor(TII, MBB, *SuccBB); 1385 for (MachineBasicBlock *PredBB : MBB.predecessors()) 1387 copyDebugInfoToPredecessor(TII, MBB, *PredBB);