Home
last modified time | relevance | path

Searched refs:EnableSplitLTOUnit (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dlto-unit-check.ll5 ; 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 Denable-split-lto-unit.ll1 ; 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 Dcg_profile.ll10 ; 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 Dcg_profile.ll12 !1 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/Inputs/
H A Dno-undef-type-md.ll10 !9 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
/llvm-project-15.0.7/llvm/test/Transforms/ThinLTOBitcodeWriter/
H A Dunsplittable.ll32 ; CHECK: ![[FLAG1]] = !{i32 1, !"EnableSplitLTOUnit", i32 1}
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dundefined-symbol-lto-b.ll25 !5 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
H A Dundefined-symbol-lto-a.ll64 !6 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1145 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 DThinLTOBitcodeWriter.cpp490 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 Ddevirt-single-impl2.ll43 !4 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h57 bool EnableSplitLTOUnit; member
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dcheck-subregister-for-latency.ll53 !0 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp119 if (M.LTOInfo && M.LTOInfo->IsThinLTO && M.LTOInfo->EnableSplitLTOUnit) { in writeBitcode()
H A DReducerWorkItem.cpp459 if (MMM->LTOInfo->IsThinLTO && MMM->LTOInfo->EnableSplitLTOUnit) in parseReducerWorkItem()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp685 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 Ddevirt.ll14 ; ENABLESPLITFLAG: !{i32 1, !"EnableSplitLTOUnit", i32 1}
22 ; NOENABLESPLITFLAG-DAG: !{i32 1, !"EnableSplitLTOUnit", i32 0}
H A Ddevirt_multiple_type_test.ll75 !10 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
H A Ddevirt2.ll15 ; 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 Dsubprogram-across-cus.ll81 !15 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
H A Dtemplate_function_decl.ll81 !20 = !{i32 1, !"EnableSplitLTOUnit", i32 0}
H A Dsplit-dwarf-cross-cu-gmlt-g.ll59 !11 = !{i32 1, !"EnableSplitLTOUnit", i32 1}
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp642 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 DLTO.h418 Optional<bool> EnableSplitLTOUnit; variable
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dpseudo-probe-dangle2.ll110 !7 = !{i32 1, !"EnableSplitLTOUnit", i32 1}

12