Searched refs:emitCommonOMPParallelDirective (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1190 static void emitCommonOMPParallelDirective(CodeGenFunction &CGF, in emitCommonOMPParallelDirective() function 1246 emitCommonOMPParallelDirective(*this, S, OMPD_parallel, CodeGen); in EmitOMPParallelDirective() 2380 emitCommonOMPParallelDirective(*this, S, OMPD_for, CodeGen); in EmitOMPParallelForDirective() 2390 emitCommonOMPParallelDirective(*this, S, OMPD_simd, CodeGen); in EmitOMPParallelForSimdDirective() 2400 emitCommonOMPParallelDirective(*this, S, OMPD_sections, CodeGen); in EmitOMPParallelSectionsDirective()
|