HomeSort by: relevance | last modified time | path
    Searched refs:NumCompileThreads (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 269 unsigned NumCompileThreads = 0;
348 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) {
349 impl().NumCompileThreads = NumCompileThreads;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 962 << " Number of compile threads: " << NumCompileThreads;
963 if (!NumCompileThreads)
1071 if (S.NumCompileThreads > 0)
1125 if (S.NumCompileThreads > 0) {
1128 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads));
1250 if (S.NumCompileThreads > 0)

Completed in 18 milliseconds