Searched refs:EnableSplitLTOUnit (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 515 bool EnableSplitLTOUnit = false; in enableSplitLTOUnit() local 518 EnableSplitLTOUnit = MD->getZExtValue(); in enableSplitLTOUnit() 519 return EnableSplitLTOUnit; in enableSplitLTOUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1388 bool EnableSplitLTOUnit; 1438 ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false, 1440 : HaveGVs(HaveGVs), EnableSplitLTOUnit(EnableSplitLTOUnit), 1596 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; } 1597 void setEnableSplitLTOUnit() { EnableSplitLTOUnit = true; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 96 bool EnableSplitLTOUnit; member
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 736 if (EnableSplitLTOUnit) { in addModule() 740 if (*EnableSplitLTOUnit != LTOInfo->EnableSplitLTOUnit) in addModule() 743 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 890 bool EnableSplitLTOUnit = false; in buildModuleSummaryIndex() local 894 EnableSplitLTOUnit = MD->getZExtValue(); in buildModuleSummaryIndex() 898 ModuleSummaryIndex Index(/*HaveGVs=*/true, EnableSplitLTOUnit, UnifiedLTO); in buildModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 445 std::optional<bool> EnableSplitLTOUnit; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 169 CODEGENOPT(EnableSplitLTOUnit, 1, 0) ///< Enable LTO unit splitting to support
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1058 CodeGenOpts.EnableSplitLTOUnit); in RunOptimizationPipeline()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8458 bool EnableSplitLTOUnit = Flags & 0x8; in getEnableSplitLTOUnitAndUnifiedFlag() local 8460 Result = {EnableSplitLTOUnit, UnifiedLTO}; in getEnableSplitLTOUnitAndUnifiedFlag() 8497 std::tie(LTOInfo.EnableSplitLTOUnit, LTOInfo.UnifiedLTO) = Flags.get(); in getLTOInfo() 8509 std::tie(LTOInfo.EnableSplitLTOUnit, LTOInfo.UnifiedLTO) = Flags.get(); in getLTOInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4149 CodeGenOpts<"EnableSplitLTOUnit">, DefaultFalse,
|