Home
last modified time | relevance | path

Searched refs:CGOptLevel (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h49 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive; member
227 void setCodeGenOptLevel(CodeGenOptLevel CGOptLevel) { in setCodeGenOptLevel() argument
228 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp44 static cl::opt<char> CGOptLevel( variable
339 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
340 Conf.CGOptLevel = *Level; in run()
342 llvm::errs() << "invalid cg optimization level: " << CGOptLevel << '\n'; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h58 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Default; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp192 Config.CGOptLevel = *CGOptLevelOrNone; in setOptLevel()
416 Config.RelocModel, std::nullopt, Config.CGOptLevel)); in createTargetMachine()
H A DThinLTOCodeGenerator.cpp379 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
590 RelocModel, std::nullopt, CGOptLevel)); in create()
H A DLTOBackend.cpp229 CodeModel, Conf.CGOptLevel)); in createTargetMachine()
H A DLTO.cpp161 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp63 c.CGOptLevel = config->ltoCgo; in createConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp77 c.CGOptLevel = *optLevelOrNone; in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp105 c.CGOptLevel = ctx.arg.ltoCgo; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1335 Conf.CGOptLevel = *OptLevelOrNone; in runThinLTOBackend()