Searched refs:EmitOMPTaskBasedDirective (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4260 void CodeGenFunction::EmitOMPTaskBasedDirective( in EmitOMPTaskBasedDirective() function in CodeGenFunction 4776 EmitOMPTaskBasedDirective(S, OMPD_task, BodyGen, TaskGen, Data); in EmitOMPTaskDirective() 7004 EmitOMPTaskBasedDirective(S, OMPD_taskloop, BodyGen, TaskGen, Data); in EmitOMPTaskLoopBasedDirective() 7011 CGF.EmitOMPTaskBasedDirective(S, OMPD_taskloop, BodyGen, TaskGen, in EmitOMPTaskLoopBasedDirective()
|
| H A D | CodeGenFunction.h | 3419 void EmitOMPTaskBasedDirective(const OMPExecutableDirective &S,
|