Home
last modified time | relevance | path

Searched defs:IslAstUserPayload (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h78 struct IslAstUserPayload { struct
87 bool IsParallel = false;
90 bool IsInnermost = false;
93 bool IsInnermostParallel = false;
96 bool IsOutermostParallel = false;
99 bool IsReductionParallel = false;
102 isl::pw_aff MinimalDependenceDistance;
105 isl_ast_build *Build = nullptr;
108 MemoryAccessSet BrokenReductions;
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp60 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef