Home
last modified time | relevance | path

Searched defs:Parallelism (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/docs/
H A DThinLTO.rst106 .. _parallelism:
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp143 static std::string Parallelism; variable
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp240 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1347 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism, in createInProcessThinBackend()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp546 StringRef Parallelism = getLTOParallelism(Args, D); in addLTOOptions() local
H A DDarwin.cpp670 StringRef Parallelism = getLTOParallelism(Args, getToolChain().getDriver()); in ConstructJob() local