Home
last modified time | relevance | path

Searched refs:isl_ast_node_if (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c1033 case isl_ast_node_if: in isl_ast_node_dup()
1094 case isl_ast_node_if: in isl_ast_node_free()
1253 if (node->type != isl_ast_node_if) in isl_ast_node_if_set_then()
1274 if (node->type != isl_ast_node_if) in isl_ast_node_if_get_then_node()
1294 if (node->type != isl_ast_node_if) in isl_ast_node_if_has_else_node()
1315 if (node->type != isl_ast_node_if) in isl_ast_node_if_get_else_node()
1334 if (node->type != isl_ast_node_if) in isl_ast_node_if_get_cond()
1468 case isl_ast_node_if: in isl_ast_node_foreach_descendant_top_down()
2200 case isl_ast_node_if: in print_ast_node_isl()
2458 case isl_ast_node_if: in print_ast_node_c()
[all …]
H A Disl_test.c9748 if (type == isl_ast_node_if) in test_ast_gen4()
9765 if (type != isl_ast_node_if) in test_ast_gen4()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast_type.h85 isl_ast_node_if, enumerator
H A Disl-noexceptions.h1319 static const auto type = isl_ast_node_if;
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp478 case isl_ast_node_if: in walkAstForStatistics()
H A DIslNodeBuilder.cpp1045 case isl_ast_node_if: in create()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11466 C<isl_ast_node_if>,
11471 An C<isl_ast_node_if> represents an if node.