Home
last modified time | relevance | path

Searched refs:EmitOMPInnerLoop (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp576 void CodeGenFunction::EmitOMPInnerLoop( in EmitOMPInnerLoop() function in CodeGenFunction
797 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPSimdDirective()
816 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPSimdDirective()
943 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPForOuterLoop()
1056 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPWorksharingLoop()
1180 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen); in emitSections()
DCodeGenFunction.h2143 EmitOMPInnerLoop(const Stmt &S, bool RequiresCleanup, const Expr *LoopCond,