Searched refs:LTOInfo (Results 1 – 5 of 5) sorted by relevance
708 LTOInfo = std::make_unique<BitcodeLTOInfo>(*LI); in readBitcode()713 if (LTOInfo && LTOInfo->IsThinLTO && LTOInfo->EnableSplitLTOUnit) { in writeBitcode()729 if (LTOInfo && LTOInfo->HasSummary) { in writeBitcode()818 if (MMM->LTOInfo->IsThinLTO && MMM->LTOInfo->EnableSplitLTOUnit) in parseReducerWorkItem()
27 std::unique_ptr<BitcodeLTOInfo> LTOInfo; variable
212 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main() local214 if (LTOInfo.HasSummary) in main()
657 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule() local658 if (!LTOInfo) in addModule()659 return LTOInfo.takeError(); in addModule()665 if (*EnableSplitLTOUnit != LTOInfo->EnableSplitLTOUnit) in addModule()668 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()673 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()674 LTOInfo->HasSummary); in addModule()676 if (LTOInfo->IsThinLTO) in addModule()685 if (!LTOInfo->HasSummary) in addModule()
663 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule() local664 if (LTOInfo && LTOInfo->IsThinLTO) in findThinLTOModule()