Support ‘omp for’ with static chunked schedule kind.
Differential Revision: http://reviews.llvm.org/D7006 llvm-svn: 226795
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "clang/AST/Type.h"
|
||||
#include "clang/Basic/ABI.h"
|
||||
#include "clang/Basic/CapturedStmt.h"
|
||||
#include "clang/Basic/OpenMPKinds.h"
|
||||
#include "clang/Basic/TargetInfo.h"
|
||||
#include "clang/Frontend/CodeGenOptions.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
@@ -2052,6 +2053,11 @@ private:
|
||||
bool SeparateIter = false);
|
||||
void EmitOMPSimdFinal(const OMPLoopDirective &S);
|
||||
void EmitOMPWorksharingLoop(const OMPLoopDirective &S);
|
||||
void EmitOMPForOuterLoop(OpenMPScheduleClauseKind ScheduleKind,
|
||||
const OMPLoopDirective &S,
|
||||
OMPPrivateScope &LoopScope, llvm::Value *LB,
|
||||
llvm::Value *UB, llvm::Value *ST, llvm::Value *IL,
|
||||
llvm::Value *Chunk);
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user