Lines Matching refs:getCodeGenOpts
617 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in EmitLabel()
759 if (!Count && CGM.getCodeGenOpts().OptimizationLevel) in EmitIfStmt()
831 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.getCodeGenOpts(), in EmitWhileStmt()
844 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitWhileStmt()
930 LoopStack.push(LoopBody, CGM.getContext(), CGM.getCodeGenOpts(), DoAttrs, in EmitDoStmt()
976 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitForStmt()
1024 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitForStmt()
1091 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitCXXForRangeStmt()
1109 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitCXXForRangeStmt()
1457 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1458 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1508 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
1914 } else if (CGM.getCodeGenOpts().OptimizationLevel) { in EmitSwitchStmt()
1966 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitSwitchStmt()
2558 if (CGM.getCodeGenOpts().StackClashProtector && in EmitAsmStmt()