Home
last modified time | relevance | path

Searched refs:enableSplitLTOUnit (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp431 bool enableSplitLTOUnit(Module &M) { in enableSplitLTOUnit() function
455 if (enableSplitLTOUnit(M)) in writeThinLTOBitcode()
/external/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp431 bool enableSplitLTOUnit(Module &M) { in enableSplitLTOUnit() function
455 if (enableSplitLTOUnit(M)) in writeThinLTOBitcode()
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp85 if (enableSplitLTOUnit()) in getFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp586 if (!Index.enableSplitLTOUnit()) { in computeVariableSummary()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp590 if (!Index.enableSplitLTOUnit()) { in computeVariableSummary()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1212 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1105 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3749 if (Index->enableSplitLTOUnit()) in writePerModuleGlobalValueSummary()
3903 if (Index.enableSplitLTOUnit()) in writeCombinedGlobalValueSummary()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3865 if (Index->enableSplitLTOUnit()) in writePerModuleGlobalValueSummary()