Searched refs:isl_ast_node_for_print (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | cpu.c | 325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp() 356 p = isl_ast_node_for_print(node, p, print_options); in print_for()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | ast.h | 225 __isl_give isl_printer *isl_ast_node_for_print(__isl_keep isl_ast_node *node,
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslAst.cpp | 187 return isl_ast_node_for_print(Node, Printer, Options); in cbPrintFor()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast.c | 2493 __isl_give isl_printer *isl_ast_node_for_print(__isl_keep isl_ast_node *node, in isl_ast_node_for_print() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 11988 __isl_give isl_printer *isl_ast_node_for_print( 12020 C<isl_ast_node_print>, C<isl_ast_node_for_print> and 12059 Note that C<isl_ast_node_for_print> will I<not> call the 12061 on which C<isl_ast_node_for_print> is called, but only on nested 12063 call C<isl_ast_node_for_print> from within the callback set by
|