Lines Matching refs:Conf
1524 lto::Config Conf; in runThinLTOBackend() local
1526 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
1534 Conf.CPU = TOpts.CPU; in runThinLTOBackend()
1535 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
1536 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
1537 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
1538 Conf.CGOptLevel = getCGOptLevel(CGOpts); in runThinLTOBackend()
1539 Conf.OptLevel = CGOpts.OptimizationLevel; in runThinLTOBackend()
1540 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1541 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
1542 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops; in runThinLTOBackend()
1545 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()
1546 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
1547 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP; in runThinLTOBackend()
1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
1554 Conf.RunCSIRInstr = true; in runThinLTOBackend()
1555 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1557 Conf.RunCSIRInstr = false; in runThinLTOBackend()
1558 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
1561 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
1562 Conf.UseNewPM = !CGOpts.LegacyPassManager; in runThinLTOBackend()
1563 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
1564 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
1565 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
1566 Conf.RemarksPasses = CGOpts.OptRecordPasses; in runThinLTOBackend()
1567 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
1568 Conf.SplitDwarfFile = CGOpts.SplitDwarfFile; in runThinLTOBackend()
1569 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
1572 Conf.PreCodeGenModuleHook = [](size_t Task, const Module &Mod) { in runThinLTOBackend()
1577 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend()
1583 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend()
1589 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
1593 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()