Lines Matching refs:getCodeGenOpts
652 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in EmitLabel()
820 if (!Count && CGM.getCodeGenOpts().OptimizationLevel) in EmitIfStmt()
892 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.getCodeGenOpts(), in EmitWhileStmt()
905 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitWhileStmt()
991 LoopStack.push(LoopBody, CGM.getContext(), CGM.getCodeGenOpts(), DoAttrs, in EmitDoStmt()
1037 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitForStmt()
1085 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitForStmt()
1152 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitCXXForRangeStmt()
1170 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitCXXForRangeStmt()
1522 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitCaseStmt()
1533 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1534 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1584 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
1996 } else if (CGM.getCodeGenOpts().OptimizationLevel) { in EmitSwitchStmt()
2048 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitSwitchStmt()
2646 if (CGM.getCodeGenOpts().StackClashProtector && in EmitAsmStmt()
2703 CGM.getCodeGenOpts().getInlineAsmDialect() == CodeGenOptions::IAD_ATT in EmitAsmStmt()