OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scc_cluster
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_scheduler_clustering.h
12
* "
scc_cluster
" maps each SCC index to the cluster to which it belongs,
31
int *
scc_cluster
;
member in struct:isl_clustering
isl_scheduler_clustering.c
24
* into c->scc, initialize
scc_cluster
and construct
37
c->
scc_cluster
= isl_calloc_array(ctx, int, c->n);
41
!c->
scc_cluster
|| !c->scc_node || !c->scc_in_merge)
55
c->
scc_cluster
[i] = i;
75
free(c->
scc_cluster
);
134
dist = c->
scc_cluster
[edge->dst->scc] -
135
c->
scc_cluster
[edge->src->scc];
157
* "
scc_cluster
" maps each SCC index to the cluster to which it belongs.
162
int *
scc_cluster
;
member in struct:isl_mark_merge_sccs_data
180
int *
scc_cluster
= data->scc_cluster
local
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026