Lines Matching refs:getCodeGenOpts
662 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in EmitLabel()
838 CGM.getCodeGenOpts().OptimizationLevel) in EmitIfStmt()
847 if (!CGM.getCodeGenOpts().MCDCCoverage) in EmitIfStmt()
922 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.getCodeGenOpts(), in EmitWhileStmt()
935 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitWhileStmt()
1021 LoopStack.push(LoopBody, CGM.getContext(), CGM.getCodeGenOpts(), DoAttrs, in EmitDoStmt()
1067 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitForStmt()
1115 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitForStmt()
1182 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitCXXForRangeStmt()
1200 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitCXXForRangeStmt()
1551 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitCaseStmt()
1562 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1563 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1613 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
2025 } else if (CGM.getCodeGenOpts().OptimizationLevel) { in EmitSwitchStmt()
2077 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitSwitchStmt()
2789 if (CGM.getCodeGenOpts().StackClashProtector && in EmitAsmStmt()
2846 CGM.getCodeGenOpts().getInlineAsmDialect() == CodeGenOptions::IAD_ATT in EmitAsmStmt()