Lines Matching refs:getCodeGenOpts
614 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in EmitLabel()
756 if (!Count && CGM.getCodeGenOpts().OptimizationLevel) in EmitIfStmt()
828 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), CGM.getCodeGenOpts(), in EmitWhileStmt()
841 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitWhileStmt()
927 LoopStack.push(LoopBody, CGM.getContext(), CGM.getCodeGenOpts(), DoAttrs, in EmitDoStmt()
973 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitForStmt()
1021 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitForStmt()
1088 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), ForAttrs, in EmitCXXForRangeStmt()
1106 if (!Weights && CGM.getCodeGenOpts().OptimizationLevel) in EmitCXXForRangeStmt()
1419 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1420 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1470 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
1876 } else if (CGM.getCodeGenOpts().OptimizationLevel) { in EmitSwitchStmt()
1928 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitSwitchStmt()
2514 if (CGM.getCodeGenOpts().StackClashProtector && in EmitAsmStmt()