Searched refs:EmitOMPInnerLoop (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 576 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()
|
D | CodeGenFunction.h | 2143 EmitOMPInnerLoop(const Stmt &S, bool RequiresCleanup, const Expr *LoopCond,
|