OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:graft
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_ast_graft.c
25
__isl_keep isl_ast_graft *
graft
);
39
isl_ctx *isl_ast_graft_get_ctx(__isl_keep isl_ast_graft *
graft
)
41
if (!
graft
)
43
return isl_basic_set_get_ctx(
graft
->enforced);
47
__isl_keep isl_ast_graft *
graft
)
49
return
graft
? isl_ast_node_copy(
graft
->node) : NULL;
52
/* Create a
graft
for "node" with guards "guard" and
59
isl_ast_graft *
graft
;
local
65
graft
= isl_calloc_type(ctx, isl_ast_graft)
162
isl_ast_
graft
*
graft
;
local
269
isl_ast_
graft
*
graft
;
local
619
isl_ast_
graft
*
graft
;
local
725
isl_ast_
graft
*
graft
;
local
760
isl_ast_
graft
*
graft
;
local
795
isl_ast_
graft
*
graft
;
local
856
isl_ast_
graft
*
graft
;
local
903
isl_ast_
graft
*
graft
;
local
941
isl_ast_
graft
*
graft
;
local
965
isl_ast_
graft
*
graft
;
local
1162
isl_ast_
graft
*
graft
;
local
1207
isl_ast_
graft
*
graft
;
local
1277
isl_ast_
graft
*
graft
;
local
[
all
...]
isl_ast_codegen.c
111
static __isl_give isl_ast_graft *at_each_domain(__isl_take isl_ast_graft *
graft
,
114
if (!
graft
|| !build)
115
return isl_ast_graft_free(
graft
);
117
return
graft
;
123
return isl_ast_graft_free(
graft
);
125
graft
->node = build->at_each_domain(
graft
->node,
129
if (!
graft
->node)
130
graft
= isl_ast_graft_free(
graft
);
157
isl_ast_
graft
*
graft
;
local
284
isl_ast_
graft
*
graft
;
local
1482
isl_ast_
graft
*
graft
;
local
1820
isl_ast_
graft
*
graft
;
local
3451
isl_ast_
graft
*
graft
;
local
5316
isl_ast_
graft
*
graft
;
local
5594
isl_ast_
graft
*
graft
;
local
5695
isl_ast_
graft
*
graft
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026