Lines Matching refs:getCodeGenOpts

679     if (CGM.getCodeGenOpts().hasReducedDebugInfo()) {  in EmitLabel()
863 CGM.getCodeGenOpts().OptimizationLevel) in EmitIfStmt()
872 if (!CGM.getCodeGenOpts().MCDCCoverage) in EmitIfStmt()
923 if (CGM.getCodeGenOpts().getFiniteLoops() == in checkIfLoopMustProgress()
950 if (CGM.getCodeGenOpts().getFiniteLoops() == in checkIfLoopMustProgress()
1024 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.getCodeGenOpts(), in EmitWhileStmt()
1041 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitWhileStmt()
1149 LoopStack.push(LoopBody, CGM.getContext(), CGM.getCodeGenOpts(), DoAttrs, in EmitDoStmt()
1203 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitForStmt()
1256 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitForStmt()
1341 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitCXXForRangeStmt()
1359 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitCXXForRangeStmt()
1730 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitCaseStmt()
1741 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1742 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1792 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
2204 } else if (CGM.getCodeGenOpts().OptimizationLevel) { in EmitSwitchStmt()
2256 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitSwitchStmt()
2967 if (CGM.getCodeGenOpts().StackClashProtector && in EmitAsmStmt()
3024 CGM.getCodeGenOpts().getInlineAsmDialect() == CodeGenOptions::IAD_ATT in EmitAsmStmt()