Lines Matching refs:ModuleMap
561 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
765 ThinLTO.ModuleMap.size())) in addThinLTO()
799 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
809 return RegularLTO.ParallelCodeGenParallelismLevel + ThinLTO.ModuleMap.size(); in getMaxTasks()
950 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
989 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
997 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread()
1025 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1037 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1040 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1050 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1117 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1165 if (ThinLTO.ModuleMap.empty()) in runThinLTO()
1174 ModuleToDefinedGVSummaries(ThinLTO.ModuleMap.size()); in runThinLTO()
1184 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO()
1192 ThinLTO.ModuleMap.size()); in runThinLTO()
1194 ThinLTO.ModuleMap.size()); in runThinLTO()
1255 for (auto &Mod : ThinLTO.ModuleMap) { in runThinLTO()
1258 ResolvedODR[Mod.first], ThinLTO.ModuleMap)) in runThinLTO()