Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7512 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7677 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7685 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7692 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7704 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7718 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7736 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3545 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);