Searched refs:IslAstUserPayload (Results 1 – 2 of 2) sorted by relevance
60 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef124 delete ((IslAstInfo::IslAstUserPayload *)Ptr); in freeIslAstUserPayload()127 IslAstInfo::IslAstUserPayload::~IslAstUserPayload() { in ~IslAstUserPayload()208 IslAstUserPayload *NodeInfo) { in astScheduleDimIsParallel()263 IslAstUserPayload *Payload = new IslAstUserPayload(); in astBuildBeforeFor()291 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in astBuildAfterFor()338 IslAstUserPayload *Payload = new IslAstUserPayload(); in AtEachDomain()590 IslAstUserPayload *IslAstInfo::getNodePayload(__isl_keep isl_ast_node *Node) { in getNodePayload()594 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in getNodePayload()600 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermost()[all …]
78 struct IslAstUserPayload { struct80 IslAstUserPayload() = default;83 ~IslAstUserPayload();138 static IslAstUserPayload *getNodePayload(__isl_keep isl_ast_node *Node);