Searched refs:emitOMPSimdRegion (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2534 static void emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, in emitOMPSimdRegion() function 2752 emitOMPSimdRegion(CGF, S, Action); in EmitOMPSimdDirective() 3278 emitOMPSimdRegion(CGF, S, Action); in EmitOMPTargetSimdDeviceFunction() 3291 emitOMPSimdRegion(CGF, S, Action); in EmitOMPTargetSimdDirective() 8166 emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action); in EmitSimpleOMPExecutableDirective()
|