Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h969 bool EnableSplitLTOUnit;
994 ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false)
995 : HaveGVs(HaveGVs), EnableSplitLTOUnit(EnableSplitLTOUnit), Saver(Alloc) {
1105 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; }
1106 void setEnableSplitLTOUnit() { EnableSplitLTOUnit = true; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp432 bool EnableSplitLTOUnit = false; in enableSplitLTOUnit() local
435 EnableSplitLTOUnit = MD->getZExtValue(); in enableSplitLTOUnit()
436 return EnableSplitLTOUnit; in enableSplitLTOUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h53 bool EnableSplitLTOUnit; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp645 bool EnableSplitLTOUnit = false; in buildModuleSummaryIndex() local
648 EnableSplitLTOUnit = MD->getZExtValue(); in buildModuleSummaryIndex()
649 ModuleSummaryIndex Index(/*HaveGVs=*/true, EnableSplitLTOUnit); in buildModuleSummaryIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp596 if (EnableSplitLTOUnit.hasValue()) { in addModule()
600 if (EnableSplitLTOUnit.getValue() != LTOInfo->EnableSplitLTOUnit) in addModule()
603 EnableSplitLTOUnit = LTOInfo->EnableSplitLTOUnit; in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h429 Optional<bool> EnableSplitLTOUnit; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6602 Expected<bool> EnableSplitLTOUnit = in getLTOInfo() local
6604 if (!EnableSplitLTOUnit) in getLTOInfo()
6605 return EnableSplitLTOUnit.takeError(); in getLTOInfo()
6607 *EnableSplitLTOUnit}; in getLTOInfo()
6611 Expected<bool> EnableSplitLTOUnit = in getLTOInfo() local
6613 if (!EnableSplitLTOUnit) in getLTOInfo()
6614 return EnableSplitLTOUnit.takeError(); in getLTOInfo()
6616 *EnableSplitLTOUnit}; in getLTOInfo()