Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1048 bool CodeGenFunction::EmitOMPWorksharingLoop(const OMPLoopDirective &S) { in EmitOMPWorksharingLoop() function in CodeGenFunction
1182 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForDirective()
1196 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForSimdDirective()
1446 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForDirective()
1463 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForSimdDirective()
HDCodeGenFunction.h2248 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S);