Lines Matching refs:Conf
1212 lto::Config Conf; in runThinLTOBackend() local
1214 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
1222 Conf.CPU = TOpts.CPU; in runThinLTOBackend()
1223 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
1224 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
1225 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
1229 Conf.CGOptLevel = *OptLevelOrNone; in runThinLTOBackend()
1230 Conf.OptLevel = CGOpts.OptimizationLevel; in runThinLTOBackend()
1231 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1232 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
1233 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops; in runThinLTOBackend()
1236 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()
1237 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
1238 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP; in runThinLTOBackend()
1241 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
1245 Conf.RunCSIRInstr = true; in runThinLTOBackend()
1246 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1248 Conf.RunCSIRInstr = false; in runThinLTOBackend()
1249 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
1252 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
1253 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
1254 Conf.VerifyEach = CGOpts.VerifyEach; in runThinLTOBackend()
1255 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
1256 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
1257 Conf.RemarksPasses = CGOpts.OptRecordPasses; in runThinLTOBackend()
1258 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
1259 Conf.SplitDwarfFile = CGOpts.SplitDwarfFile; in runThinLTOBackend()
1260 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
1263 Conf.PreCodeGenModuleHook = [](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1268 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1274 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1280 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
1284 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()