Home
last modified time | relevance | path

Searched refs:EmitOMPWorksharingLoop (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1936 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()
DCodeGenFunction.h2550 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S);
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2792 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()
DCodeGenFunction.h3528 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,