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