Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6493 int32_t DefaultValThreads = -1; in emitTargetOutlinedFunctionHelper() local
6494 getNumThreadsExprForTargetDirective(CGF, D, DefaultValThreads); in emitTargetOutlinedFunctionHelper()
6495 if (DefaultValThreads > 0 && OutlinedFn) { in emitTargetOutlinedFunctionHelper()
6497 std::to_string(DefaultValThreads)); in emitTargetOutlinedFunctionHelper()