Searched defs:IslAstUserPayload (Results 1 – 2 of 2) sorted by relevance
74 struct IslAstUserPayload { struct80 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;
61 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef