Searched refs:ModulesToCompile (Results 1 – 2 of 2) sorted by relevance
1073 if (!ThinLTO.ModulesToCompile) in addThinLTO()1074 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()1079 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()1091 auto ModuleCount = ThinLTO.ModulesToCompile ? ThinLTO.ModulesToCompile->size() in getMaxTasks()1690 if (ThinLTO.ModulesToCompile && ThinLTO.ModulesToCompile->empty()) { in runThinLTO()1850 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
347 std::optional<ModuleMapType> ModulesToCompile; member