Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7664 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7829 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7837 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7844 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7856 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7870 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7888 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3860 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);