Lines Matching refs:ast_node
136 static const std::string getBrokenReductionsStr(const isl::ast_node &Node) { in getBrokenReductionsStr()
458 static void walkAstForStatistics(const isl::ast_node &Ast) { in walkAstForStatistics()
558 isl::ast_node IslAst::getAst() { return Root; } in getAst()
561 isl::ast_node IslAstInfo::getAst() { return Ast.getAst(); } in getAst()
564 IslAstUserPayload *IslAstInfo::getNodePayload(const isl::ast_node &Node) { in getNodePayload()
572 bool IslAstInfo::isInnermost(const isl::ast_node &Node) { in isInnermost()
577 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel()
582 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel()
587 bool IslAstInfo::isOutermostParallel(const isl::ast_node &Node) { in isOutermostParallel()
592 bool IslAstInfo::isReductionParallel(const isl::ast_node &Node) { in isReductionParallel()
597 bool IslAstInfo::isExecutedInParallel(const isl::ast_node &Node) { in isExecutedInParallel()
616 isl::union_map IslAstInfo::getSchedule(const isl::ast_node &Node) { in getSchedule()
622 IslAstInfo::getMinimalDependenceDistance(const isl::ast_node &Node) { in getMinimalDependenceDistance()
628 IslAstInfo::getBrokenReductions(const isl::ast_node &Node) { in getBrokenReductions()
633 isl::ast_build IslAstInfo::getBuild(const isl::ast_node &Node) { in getBuild()
724 isl::ast_node RootNode = Ast.getAst(); in print()