Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h74 struct IslAstUserPayload { struct
80 bool IsParallel = false;
83 bool IsInnermost = false;
86 bool IsInnermostParallel = false;
89 bool IsOutermostParallel = false;
92 bool IsReductionParallel = false;
95 isl::pw_aff MinimalDependenceDistance;
98 isl::ast_build Build;
101 MemoryAccessSet BrokenReductions;
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp61 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef