Lines Matching refs:Mod
821 RegularLTOState::AddedModule Mod; in addRegularLTO() local
828 Mod.M = std::move(*MOrErr); in addRegularLTO()
848 Mod.Keep.push_back(&GV); in addRegularLTO()
888 Mod.Keep.push_back(GV); in addRegularLTO()
908 Mod.Keep.push_back(GV); in addRegularLTO()
969 return std::move(Mod); in addRegularLTO()
972 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO() argument
975 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
1005 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
1198 void lto::updateMemProfAttributes(Module &Mod, in updateMemProfAttributes() argument
1208 for (auto &F : Mod) { in updateMemProfAttributes()
1712 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
1713 if (!ModuleToDefinedGVSummaries.count(Mod.first)) in runThinLTO()
1714 ModuleToDefinedGVSummaries.try_emplace(Mod.first); in runThinLTO()
1853 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO() local
1857 Mod.second, ImportLists[Mod.first], in runThinLTO()
1858 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()
1877 for (auto &Mod : ModuleMap) in runThinLTO() local
1878 ModulesVec.push_back(&Mod.second); in runThinLTO()