Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6563 int32_t DefaultValThreads = -1; in emitTargetOutlinedFunctionHelper() local
6564 getNumThreadsExprForTargetDirective(CGF, D, DefaultValThreads); in emitTargetOutlinedFunctionHelper()
6565 if (DefaultValThreads > 0) { in emitTargetOutlinedFunctionHelper()
6567 std::to_string(DefaultValThreads)); in emitTargetOutlinedFunctionHelper()