Lines Matching refs:Conf
1138 lto::Config Conf; in runThinLTOBackend() local
1140 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
1148 Conf.CPU = TOpts.CPU; in runThinLTOBackend()
1149 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
1150 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
1151 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
1155 Conf.CGOptLevel = *OptLevelOrNone; in runThinLTOBackend()
1156 Conf.OptLevel = CGOpts.OptimizationLevel; in runThinLTOBackend()
1157 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1158 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
1159 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops; in runThinLTOBackend()
1162 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()
1163 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
1164 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP; in runThinLTOBackend()
1167 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
1171 Conf.RunCSIRInstr = true; in runThinLTOBackend()
1172 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1174 Conf.RunCSIRInstr = false; in runThinLTOBackend()
1175 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
1178 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
1179 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
1180 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
1181 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
1182 Conf.RemarksPasses = CGOpts.OptRecordPasses; in runThinLTOBackend()
1183 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
1184 Conf.SplitDwarfFile = CGOpts.SplitDwarfFile; in runThinLTOBackend()
1185 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
1188 Conf.PreCodeGenModuleHook = [](size_t Task, const Module &Mod) { in runThinLTOBackend()
1193 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend()
1199 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend()
1205 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
1209 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()