Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3479 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);