Lines Matching refs:getCodeGenOpts

76           shouldEmitLifetimeMarkers(CGM.getCodeGenOpts(), CGM.getLangOpts())) {  in CodeGenFunction()
379 if (CGM.getCodeGenOpts().InstrumentFunctions) in FinishFunction()
381 if (CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining) in FinishFunction()
451 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
525 if (!CGM.getCodeGenOpts().InstrumentFunctions && in ShouldInstrumentFunction()
526 !CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining && in ShouldInstrumentFunction()
527 !CGM.getCodeGenOpts().InstrumentFunctionEntryBare) in ShouldInstrumentFunction()
543 return CGM.getCodeGenOpts().XRayInstrumentFunctions; in ShouldXRayInstrumentFunction()
549 return CGM.getCodeGenOpts().XRayInstrumentFunctions && in AlwaysEmitXRayCustomEvents()
550 (CGM.getCodeGenOpts().XRayAlwaysEmitCustomEvents || in AlwaysEmitXRayCustomEvents()
551 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
556 return CGM.getCodeGenOpts().XRayInstrumentFunctions && in AlwaysEmitXRayTypedEvents()
557 (CGM.getCodeGenOpts().XRayAlwaysEmitTypedEvents || in AlwaysEmitXRayTypedEvents()
558 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
748 if (NoSanitizeCoverage && CGM.getCodeGenOpts().hasSanitizeCoverage()) in StartFunction()
809 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
811 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
828 llvm::itostr(CGM.getCodeGenOpts().XRayInstructionThreshold)); in StartFunction()
832 if (CGM.getCodeGenOpts().XRayIgnoreLoops) in StartFunction()
835 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
839 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
843 auto FuncGroups = CGM.getCodeGenOpts().XRayTotalFunctionGroups; in StartFunction()
848 if (Group != CGM.getCodeGenOpts().XRaySelectedFunctionGroup && in StartFunction()
854 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) in StartFunction()
864 Count = CGM.getCodeGenOpts().PatchableFunctionEntryCount; in StartFunction()
865 Offset = CGM.getCodeGenOpts().PatchableFunctionEntryOffset; in StartFunction()
876 if (CGM.getCodeGenOpts().HotPatch && in StartFunction()
881 if (CGM.getCodeGenOpts().NoUseJumpTables) in StartFunction()
885 if (CGM.getCodeGenOpts().NoInlineLineTables) in StartFunction()
889 if (CGM.getCodeGenOpts().ProfileSampleAccurate) in StartFunction()
892 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
911 } else if (CGM.getCodeGenOpts().FunctionReturnThunks) in StartFunction()
984 CGM.getCodeGenOpts().StackAlignment)) in StartFunction()
1022 if (CGM.getCodeGenOpts().InstrumentFunctions) in StartFunction()
1024 if (CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining) in StartFunction()
1027 if (CGM.getCodeGenOpts().InstrumentFunctionEntryBare) in StartFunction()
1036 if (CGM.getCodeGenOpts().InstrumentForProfiling) { in StartFunction()
1040 if (CGM.getCodeGenOpts().CallFEntry) in StartFunction()
1046 if (CGM.getCodeGenOpts().MNopMCount) { in StartFunction()
1047 if (!CGM.getCodeGenOpts().CallFEntry) in StartFunction()
1053 if (CGM.getCodeGenOpts().RecordMCount) { in StartFunction()
1054 if (!CGM.getCodeGenOpts().CallFEntry) in StartFunction()
1062 if (CGM.getCodeGenOpts().PackedStack) { in StartFunction()
1070 if (CGM.getCodeGenOpts().WarnStackSize != UINT_MAX && in StartFunction()
1073 std::to_string(CGM.getCodeGenOpts().WarnStackSize)); in StartFunction()
1242 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1446 CGM.getCodeGenOpts().StrictReturn || in GenerateCode()
1455 if (CGM.getCodeGenOpts().OptimizationLevel == 0) in GenerateCode()
1608 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
1870 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitBranchOnBoolExpr()
2353 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitDeclRefExprDbgValue()
2589 if (!CGM.getCodeGenOpts().SanitizeStats) in EmitSanitizerStatReport()
2748 if (CGM.getCodeGenOpts().OptimizationLevel == 0) in emitCondLikelihoodViaExpectIntrinsic()