reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2922 if (MBB.isEHFuncletEntry()) { 2925 HI.Handler->beginFunclet(MBB); 2930 const Align Alignment = MBB.getAlignment(); 2934 setupCodePaddingContext(MBB, Context); 2941 if (MBB.hasAddressTaken()) { 2942 const BasicBlock *BB = MBB.getBasicBlock(); 2955 if (const BasicBlock *BB = MBB.getBasicBlock()) { 2964 emitBasicBlockLoopComments(MBB, MLI, *this); 2968 if (MBB.pred_empty() || 2969 (isBlockOnlyReachableByFallthrough(&MBB) && !MBB.isEHFuncletEntry() && 2969 (isBlockOnlyReachableByFallthrough(&MBB) && !MBB.isEHFuncletEntry() && 2970 !MBB.hasLabelMustBeEmitted())) { 2973 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", 2977 if (isVerbose() && MBB.hasLabelMustBeEmitted()) 2979 OutStreamer->EmitLabel(MBB.getSymbol());