Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1936 bool CodeGenFunction::EmitOMPWorksharingLoop(const OMPLoopDirective &S) { in EmitOMPWorksharingLoop() function in CodeGenFunction
2113 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForDirective()
2131 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForSimdDirective()
2378 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForDirective()
2388 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForSimdDirective()
DCodeGenFunction.h2550 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S);