Lines Matching refs:ModuleMap
653 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
893 ThinLTO.ModuleMap.size())) in addThinLTO()
927 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
952 : ThinLTO.ModuleMap.size(); in getMaxTasks()
1171 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1211 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
1219 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1247 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1259 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1265 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1277 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1348 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1401 if (ThinLTO.ModuleMap.empty()) in runThinLTO()
1416 ModuleToDefinedGVSummaries(ThinLTO.ModuleMap.size()); in runThinLTO()
1426 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO()
1434 ThinLTO.ModuleMap.size()); in runThinLTO()
1436 ThinLTO.ModuleMap.size()); in runThinLTO()
1519 auto &ModuleMap = in runThinLTO() local
1520 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
1523 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO()
1529 ThinLTO.ModuleMap); in runThinLTO()
1537 for (int I = 0, E = ModuleMap.size(); I != E; ++I) in runThinLTO()
1546 ModulesVec.reserve(ModuleMap.size()); in runThinLTO()
1547 for (auto &Mod : ModuleMap) in runThinLTO()