Lines Matching refs:ModuleMap
621 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
835 ThinLTO.ModuleMap.size())) in addThinLTO()
869 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
894 : ThinLTO.ModuleMap.size(); in getMaxTasks()
1109 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1149 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
1157 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread()
1185 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1197 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1203 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1215 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1286 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1339 if (ThinLTO.ModuleMap.empty()) in runThinLTO()
1354 ModuleToDefinedGVSummaries(ThinLTO.ModuleMap.size()); in runThinLTO()
1364 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO()
1372 ThinLTO.ModuleMap.size()); in runThinLTO()
1374 ThinLTO.ModuleMap.size()); in runThinLTO()
1453 auto &ModuleMap = in runThinLTO() local
1454 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
1457 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO()
1463 ThinLTO.ModuleMap); in runThinLTO()
1471 for (int I = 0, E = ModuleMap.size(); I != E; ++I) in runThinLTO()
1480 ModulesVec.reserve(ModuleMap.size()); in runThinLTO()
1481 for (auto &Mod : ModuleMap) in runThinLTO()