Lines Matching refs:getCodeGenOpts
73 if (CGM.getCodeGenOpts().NoNaNsFPMath) { in CodeGenFunction()
76 if (CGM.getCodeGenOpts().NoSignedZeros) { in CodeGenFunction()
79 if (CGM.getCodeGenOpts().ReciprocalMath) { in CodeGenFunction()
378 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
393 if (!CGM.getCodeGenOpts().InstrumentFunctions) in ShouldInstrumentFunction()
403 return CGM.getCodeGenOpts().XRayInstrumentFunctions; in ShouldXRayInstrumentFunction()
590 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata) in GenOpenCLArgMetadata()
705 llvm::itostr(CGM.getCodeGenOpts().XRayInstructionThreshold)); in StartFunction()
715 const CodeGenOptions& CodeGenOpts = CGM.getCodeGenOpts(); in StartFunction()
733 llvm::toStringRef(CGM.getCodeGenOpts().NoUseJumpTables)); in StartFunction()
797 if (CGM.getCodeGenOpts().InstrumentForProfiling) in StartFunction()
922 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1074 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateCode()
1358 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitBranchOnBoolExpr()
1821 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
2003 if (!CGM.getCodeGenOpts().SanitizeStats) in EmitSanitizerStatReport()