Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7536 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7701 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7709 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7716 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7728 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7742 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7760 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3542 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);