Searched refs:EnableSplitLTOUnit (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 526 bool EnableSplitLTOUnit = false; in enableSplitLTOUnit() local 529 EnableSplitLTOUnit = MD->getZExtValue(); in enableSplitLTOUnit() 530 return EnableSplitLTOUnit; in enableSplitLTOUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1460 bool EnableSplitLTOUnit; 1510 ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false, 1513 EnableSplitLTOUnit(EnableSplitLTOUnit), UnifiedLTO(UnifiedLTO), 1661 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; } 1662 void setEnableSplitLTOUnit() { EnableSplitLTOUnit = true; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 98 bool EnableSplitLTOUnit; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 940 bool EnableSplitLTOUnit = false; in buildModuleSummaryIndex() local 944 EnableSplitLTOUnit = MD->getZExtValue(); in buildModuleSummaryIndex() 948 ModuleSummaryIndex Index(/*HaveGVs=*/true, EnableSplitLTOUnit, UnifiedLTO); in buildModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 761 if (EnableSplitLTOUnit) { in addModule() 765 if (*EnableSplitLTOUnit != LTOInfo->EnableSplitLTOUnit) in addModule() 768 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 573 std::optional<bool> EnableSplitLTOUnit; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 166 CODEGENOPT(EnableSplitLTOUnit, 1, 0, Benign) ///< Enable LTO unit splitting to support
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1151 CodeGenOpts.EnableSplitLTOUnit); in RunOptimizationPipeline()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8593 bool EnableSplitLTOUnit = Flags & 0x8; in getEnableSplitLTOUnitAndUnifiedFlag() local 8595 Result = {EnableSplitLTOUnit, UnifiedLTO}; in getEnableSplitLTOUnitAndUnifiedFlag() 8632 std::tie(LTOInfo.EnableSplitLTOUnit, LTOInfo.UnifiedLTO) = Flags.get(); in getLTOInfo() 8644 std::tie(LTOInfo.EnableSplitLTOUnit, LTOInfo.UnifiedLTO) = Flags.get(); in getLTOInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4388 CodeGenOpts<"EnableSplitLTOUnit">, DefaultFalse,
|