Searched refs:EmitOMPInnerLoop (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1324 void CodeGenFunction::EmitOMPInnerLoop( in EmitOMPInnerLoop() function in CodeGenFunction 1744 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in emitOMPSimdRegion() 1849 EmitOMPInnerLoop( in EmitOMPOuterLoop() 2377 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPWorksharingLoop() 2618 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen, in EmitSections() 3441 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), Cond, IncExpr, in EmitOMPDistributeLoop() 4952 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in EmitOMPTaskLoopBasedDirective()
|
| H A D | CodeGenFunction.h | 3220 void EmitOMPInnerLoop(
|