Searched refs:getAst (Results 1 – 3 of 3) sorted by relevance
46 __isl_give isl_ast_node *getAst();122 __isl_give isl_ast_node *getAst();
580 __isl_give isl_ast_node *IslAst::getAst() { return isl_ast_node_copy(Root); } in getAst() function in IslAst585 __isl_give isl_ast_node *IslAstInfo::getAst() { return Ast.getAst(); } in getAst() function in IslAstInfo722 isl_ast_node *RootNode = Ast.getAst(); in print()
191 isl_ast_node *AstRoot = Ast.getAst(); in CodeGen()