Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 40 unsigned NumCompileThreads) { in Create() argument 42 if (NumCompileThreads == 0) { in Create() 53 NumCompileThreads)); in Create() 93 DataLayout DL, unsigned NumCompileThreads) in LLJIT() argument 101 assert(NumCompileThreads != 0 && 110 CompileThreads = llvm::make_unique<ThreadPool>(NumCompileThreads); 148 JITTargetAddress ErrorAddr, unsigned NumCompileThreads) { in Create() argument 163 if (NumCompileThreads == 0) { in Create() 173 std::move(ES), std::move(JTMB), std::move(DL), NumCompileThreads, in Create() 199 DataLayout DL, unsigned NumCompileThreads, in LLLazyJIT() argument [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 44 unsigned NumCompileThreads = 0); 117 DataLayout DL, unsigned NumCompileThreads); 147 JITTargetAddress ErrorAddr, unsigned NumCompileThreads = 0); 179 DataLayout DL, unsigned NumCompileThreads,
|