Searched refs:EmitOMPWorksharingLoop (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1936 bool CodeGenFunction::EmitOMPWorksharingLoop(const OMPLoopDirective &S) { in EmitOMPWorksharingLoop() function in CodeGenFunction 2113 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForDirective() 2131 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForSimdDirective() 2378 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForDirective() 2388 CGF.EmitOMPWorksharingLoop(S); in EmitOMPParallelForSimdDirective()
|
D | CodeGenFunction.h | 2550 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2792 CGF.EmitOMPWorksharingLoop(S, S.getPrevEnsureUpperBound(), in emitInnerParallelForWhenCombined() 2867 bool CodeGenFunction::EmitOMPWorksharingLoop( in EmitOMPWorksharingLoop() function in CodeGenFunction 3326 (void)CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3337 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3345 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 6313 CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds, in emitTargetParallelForRegion() 6352 CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds, in emitTargetParallelForSimdRegion()
|
D | CodeGenFunction.h | 3528 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,
|