Lines Matching refs:ModuleMap

654                        LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0,  in addModule()
898 ThinLTO.ModuleMap.size())) in addThinLTO()
932 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
957 : ThinLTO.ModuleMap.size(); in getMaxTasks()
1183 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1251 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
1259 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1296 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1308 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1314 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1326 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1401 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1444 if (ThinLTO.ModuleMap.empty()) in runThinLTO()
1459 ModuleToDefinedGVSummaries(ThinLTO.ModuleMap.size()); in runThinLTO()
1469 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO()
1477 ThinLTO.ModuleMap.size()); in runThinLTO()
1479 ThinLTO.ModuleMap.size()); in runThinLTO()
1571 auto &ModuleMap = in runThinLTO() local
1572 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
1575 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO()
1581 ThinLTO.ModuleMap); in runThinLTO()
1589 for (int I = 0, E = ModuleMap.size(); I != E; ++I) in runThinLTO()
1598 ModulesVec.reserve(ModuleMap.size()); in runThinLTO()
1599 for (auto &Mod : ModuleMap) in runThinLTO()