Home
last modified time | relevance | path

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

/external/llvm-project/clang/docs/
DThinLTO.rst106 .. _parallelism:
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc355 TEST(ThreadPool, Parallelism) { in TEST() argument
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp152 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp221 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp143 static std::string Parallelism; variable
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp531 StringRef Parallelism = getLTOParallelism(Args, D); in addLTOOptions() local
DDarwin.cpp649 StringRef Parallelism = getLTOParallelism(Args, getToolChain().getDriver()); in ConstructJob() local
/external/llvm/tools/gold/
Dgold-plugin.cpp171 static unsigned Parallelism = 0; variable
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp1233 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism) { in createInProcessThinBackend()