Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp60 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef
124 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 …]
/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h78 struct IslAstUserPayload { struct
80 IslAstUserPayload() = default;
83 ~IslAstUserPayload();
138 static IslAstUserPayload *getNodePayload(__isl_keep isl_ast_node *Node);