Home
last modified time | relevance | path

Searched refs:LTOInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp187 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main() local
189 if (LTOInfo.HasSummary) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp637 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule() local
638 if (!LTOInfo) in addModule()
639 return LTOInfo.takeError(); in addModule()
645 if (EnableSplitLTOUnit.getValue() != LTOInfo->EnableSplitLTOUnit) in addModule()
648 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()
653 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
654 LTOInfo->HasSummary); in addModule()
656 if (LTOInfo->IsThinLTO) in addModule()
665 if (!LTOInfo->HasSummary) in addModule()
H A DLTOBackend.cpp664 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule() local
665 if (LTOInfo && LTOInfo->IsThinLTO) in findThinLTOModule()