Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp489 bool enableSplitLTOUnit(Module &M) { in enableSplitLTOUnit() function
513 if (enableSplitLTOUnit(M)) in writeThinLTOBitcode()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp100 if (enableSplitLTOUnit()) in getFlags()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp677 if (!Index.enableSplitLTOUnit()) { in computeVariableSummary()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1453 bool enableSplitLTOUnit() const { return EnableSplitLTOUnit; }
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4100 if (Index->enableSplitLTOUnit()) in writePerModuleGlobalValueSummary()