Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7592 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7757 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7765 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7772 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7784 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7798 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7816 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3632 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);