Searched refs:ModulesToCompile (Results 1 – 2 of 2) sorted by relevance
974 if (!ThinLTO.ModulesToCompile) in addThinLTO()975 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()980 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()992 auto ModuleCount = ThinLTO.ModulesToCompile ? ThinLTO.ModulesToCompile->size() in getMaxTasks()1484 if (ThinLTO.ModulesToCompile && ThinLTO.ModulesToCompile->empty()) { in runThinLTO()1609 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
325 std::optional<ModuleMapType> ModulesToCompile; member