Lines Matching refs:Mod
807 RegularLTOState::AddedModule Mod; in addRegularLTO() local
814 Mod.M = std::move(*MOrErr); in addRegularLTO()
834 Mod.Keep.push_back(&GV); in addRegularLTO()
874 Mod.Keep.push_back(GV); in addRegularLTO()
894 Mod.Keep.push_back(GV); in addRegularLTO()
955 return std::move(Mod); in addRegularLTO()
958 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO() argument
961 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
991 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
1184 void lto::updateMemProfAttributes(Module &Mod, in updateMemProfAttributes() argument
1194 for (auto &F : Mod) { in updateMemProfAttributes()
1680 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
1681 if (!ModuleToDefinedGVSummaries.count(Mod.first)) in runThinLTO()
1682 ModuleToDefinedGVSummaries.try_emplace(Mod.first); in runThinLTO()
1821 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO() local
1825 Mod.second, ImportLists[Mod.first], in runThinLTO()
1826 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()
1845 for (auto &Mod : ModuleMap) in runThinLTO() local
1846 ModulesVec.push_back(&Mod.second); in runThinLTO()