Searched refs:EmitOMPWorksharingLoop (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3130 CGF.EmitOMPWorksharingLoop(S, S.getPrevEnsureUpperBound(), in emitInnerParallelForWhenCombined() 3205 bool CodeGenFunction::EmitOMPWorksharingLoop( in EmitOMPWorksharingLoop() function in CodeGenFunction 3755 (void)CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3766 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3778 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 7459 CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds, in emitTargetParallelForRegion() 7498 CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds, in emitTargetParallelForSimdRegion()
|
| H A D | CodeGenFunction.h | 3659 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,
|