• Home
  • Raw
  • Download

Lines Matching refs:isl_ast_node

143 static const std::string getBrokenReductionsStr(__isl_keep isl_ast_node *Node) {  in getBrokenReductionsStr()
173 __isl_keep isl_ast_node *Node, void *) { in cbPrintFor()
286 static __isl_give isl_ast_node *
287 astBuildAfterFor(__isl_take isl_ast_node *Node, __isl_keep isl_ast_build *Build, in astBuildAfterFor()
321 static __isl_give isl_ast_node *
322 astBuildAfterMark(__isl_take isl_ast_node *Node, in astBuildAfterMark()
333 static __isl_give isl_ast_node *AtEachDomain(__isl_take isl_ast_node *Node, in AtEachDomain()
474 static void walkAstForStatistics(__isl_keep isl_ast_node *Ast) { in walkAstForStatistics()
478 [](__isl_keep isl_ast_node *Node, void *User) -> isl_bool { in walkAstForStatistics()
580 __isl_give isl_ast_node *IslAst::getAst() { return isl_ast_node_copy(Root); } in getAst()
585 __isl_give isl_ast_node *IslAstInfo::getAst() { return Ast.getAst(); } in getAst()
590 IslAstUserPayload *IslAstInfo::getNodePayload(__isl_keep isl_ast_node *Node) { in getNodePayload()
599 bool IslAstInfo::isInnermost(__isl_keep isl_ast_node *Node) { in isInnermost()
604 bool IslAstInfo::isParallel(__isl_keep isl_ast_node *Node) { in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel()
614 bool IslAstInfo::isOutermostParallel(__isl_keep isl_ast_node *Node) { in isOutermostParallel()
619 bool IslAstInfo::isReductionParallel(__isl_keep isl_ast_node *Node) { in isReductionParallel()
624 bool IslAstInfo::isExecutedInParallel(__isl_keep isl_ast_node *Node) { in isExecutedInParallel()
644 IslAstInfo::getSchedule(__isl_keep isl_ast_node *Node) { in getSchedule()
650 IslAstInfo::getMinimalDependenceDistance(__isl_keep isl_ast_node *Node) { in getMinimalDependenceDistance()
656 IslAstInfo::getBrokenReductions(__isl_keep isl_ast_node *Node) { in getBrokenReductions()
661 isl_ast_build *IslAstInfo::getBuild(__isl_keep isl_ast_node *Node) { in getBuild()
674 __isl_keep isl_ast_node *Node, in cbPrintUser()
722 isl_ast_node *RootNode = Ast.getAst(); in print()