Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp147 unsigned OptLevel, bool IsThinLTO, in runNewPMPasses() argument
198 if (IsThinLTO) in runNewPMPasses()
252 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in runOldPMPasses() argument
270 if (IsThinLTO) in runOldPMPasses()
278 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in opt() argument
285 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary, in opt()
288 runOldPMPasses(Conf, Mod, TM, IsThinLTO, ExportSummary, ImportSummary); in opt()
DLTO.cpp527 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
530 if (LTOInfo->IsThinLTO) in addModule()
DLTOModule.cpp79 return Result->IsThinLTO; in isThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp548 bool IsThinLTO = true; in buildModuleSummaryIndex() local
551 IsThinLTO = MD->getZExtValue(); in buildModuleSummaryIndex()
561 if (!IsThinLTO) { in buildModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h52 bool IsThinLTO; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3527 bool IsThinLTO = true; in writePerModuleGlobalValueSummary() local
3530 IsThinLTO = MD->getZExtValue(); in writePerModuleGlobalValueSummary()
3531 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID in writePerModuleGlobalValueSummary()
/external/clang/lib/Driver/
DTools.cpp1982 ArgStringList &CmdArgs, bool IsThinLTO) { in AddGoldPlugin() argument
2012 if (IsThinLTO) in AddGoldPlugin()