Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4084 static void emitOMPForDirective(const OMPLoopDirective &S, CodeGenFunction &CGF, in emitOMPForDirective() function
4141 return emitOMPForDirective(S, *this, CGM, S.hasCancel()); in EmitOMPForDirective()
8217 return emitOMPForDirective(S, *this, CGM, /*HasCancel=*/false); in EmitOMPGenericLoopDirective()