| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | lto-unit-check.ll | 5 ; Linking bitcode both with EnableSplitLTOUnit set should work 14 ; Linking bitcode both without EnableSplitLTOUnit set should work 23 ; Linking bitcode with different values of EnableSplitLTOUnit should succeed 34 ; Linking bitcode with different values of EnableSplitLTOUnit (reverse order) 51 ; ENABLESPLITFLAG: !{i32 1, !"EnableSplitLTOUnit", i32 1} 52 ; NOENABLESPLITFLAG-NOT: !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | enable-split-lto-unit.ll | 1 ; Test that we do not duplicate the EnableSplitLTOUnit module flag. 21 !3 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/ |
| H A D | cg_profile.ll | 10 ; CHECK: !0 = !{i32 1, !"EnableSplitLTOUnit", i32 0} 31 !1 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/ |
| H A D | cg_profile.ll | 12 !1 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/Inputs/ |
| H A D | no-undef-type-md.ll | 10 !9 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/llvm/test/Transforms/ThinLTOBitcodeWriter/ |
| H A D | unsplittable.ll | 32 ; CHECK: ![[FLAG1]] = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | undefined-symbol-lto-b.ll | 25 !5 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| H A D | undefined-symbol-lto-a.ll | 64 !6 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1145 bool EnableSplitLTOUnit; 1177 ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false) 1178 : HaveGVs(HaveGVs), EnableSplitLTOUnit(EnableSplitLTOUnit), Saver(Alloc), 1306 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; } 1307 void setEnableSplitLTOUnit() { EnableSplitLTOUnit = true; }
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 490 bool EnableSplitLTOUnit = false; in enableSplitLTOUnit() local 493 EnableSplitLTOUnit = MD->getZExtValue(); in enableSplitLTOUnit() 494 return EnableSplitLTOUnit; in enableSplitLTOUnit()
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/ |
| H A D | devirt-single-impl2.ll | 43 !4 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 57 bool EnableSplitLTOUnit; member
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | check-subregister-for-latency.ll | 53 !0 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | llvm-reduce.cpp | 119 if (M.LTOInfo && M.LTOInfo->IsThinLTO && M.LTOInfo->EnableSplitLTOUnit) { in writeBitcode()
|
| H A D | ReducerWorkItem.cpp | 459 if (MMM->LTOInfo->IsThinLTO && MMM->LTOInfo->EnableSplitLTOUnit) in parseReducerWorkItem()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 685 bool EnableSplitLTOUnit = false; in buildModuleSummaryIndex() local 688 EnableSplitLTOUnit = MD->getZExtValue(); in buildModuleSummaryIndex() 689 ModuleSummaryIndex Index(/*HaveGVs=*/true, EnableSplitLTOUnit); in buildModuleSummaryIndex()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | devirt.ll | 14 ; ENABLESPLITFLAG: !{i32 1, !"EnableSplitLTOUnit", i32 1} 22 ; NOENABLESPLITFLAG-DAG: !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| H A D | devirt_multiple_type_test.ll | 75 !10 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| H A D | devirt2.ll | 15 ; ENABLESPLITFLAG: !{i32 1, !"EnableSplitLTOUnit", i32 1} 26 ; NOENABLESPLITFLAG-DAG: !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | subprogram-across-cus.ll | 81 !15 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| H A D | template_function_decl.ll | 81 !20 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
|
| H A D | split-dwarf-cross-cu-gmlt-g.ll | 59 !11 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 642 if (EnableSplitLTOUnit) { in addModule() 646 if (*EnableSplitLTOUnit != LTOInfo->EnableSplitLTOUnit) in addModule() 649 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 418 Optional<bool> EnableSplitLTOUnit; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | pseudo-probe-dangle2.ll | 110 !7 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
|