Searched refs:EmitOMPTaskBasedDirective (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4528 void CodeGenFunction::EmitOMPTaskBasedDirective( in EmitOMPTaskBasedDirective() function in CodeGenFunction 5189 EmitOMPTaskBasedDirective(S, OMPD_task, BodyGen, TaskGen, Data); in EmitOMPTaskDirective() 7684 EmitOMPTaskBasedDirective(S, OMPD_taskloop, BodyGen, TaskGen, Data); in EmitOMPTaskLoopBasedDirective() 7691 CGF.EmitOMPTaskBasedDirective(S, OMPD_taskloop, BodyGen, TaskGen, in EmitOMPTaskLoopBasedDirective()
|
| H A D | CodeGenFunction.h | 3477 void EmitOMPTaskBasedDirective(const OMPExecutableDirective &S,
|