Lines Matching refs:Conf

1199   lto::Config Conf;  in runThinLTOBackend()  local
1201 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
1209 Conf.CPU = TOpts.CPU; in runThinLTOBackend()
1210 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
1211 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
1212 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
1216 Conf.CGOptLevel = *OptLevelOrNone; in runThinLTOBackend()
1217 Conf.OptLevel = CGOpts.OptimizationLevel; in runThinLTOBackend()
1218 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1219 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
1220 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops; in runThinLTOBackend()
1223 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()
1224 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
1225 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP; in runThinLTOBackend()
1228 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
1232 Conf.RunCSIRInstr = true; in runThinLTOBackend()
1233 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1235 Conf.RunCSIRInstr = false; in runThinLTOBackend()
1236 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
1239 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
1240 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
1241 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
1242 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
1243 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
1244 Conf.RemarksPasses = CGOpts.OptRecordPasses; in runThinLTOBackend()
1245 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
1246 Conf.SplitDwarfFile = CGOpts.SplitDwarfFile; in runThinLTOBackend()
1247 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
1250 Conf.PreCodeGenModuleHook = [](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1255 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1261 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1267 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
1271 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()