Searched refs:ModulesToCompile (Results 1 – 2 of 2) sorted by relevance
1100 if (!ThinLTO.ModulesToCompile) in addThinLTO()1101 ThinLTO.ModulesToCompile = ModuleMapType(); in addThinLTO()1106 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()1118 auto ModuleCount = ThinLTO.ModulesToCompile ? ThinLTO.ModulesToCompile->size() in getMaxTasks()1900 if (ThinLTO.ModulesToCompile && ThinLTO.ModulesToCompile->empty()) { in runThinLTO()2050 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
466 std::optional<ModuleMapType> ModulesToCompile; member