OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:band_start
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/
isl_scheduler_clustering.c
87
graph->n_total_row == graph->
band_start
;
278
nvar = scc->n_total_row - scc->
band_start
;
339
start = c->scc[i].
band_start
;
551
nvar = scc->n_total_row - scc->
band_start
;
591
nvar = scc->n_total_row - scc->
band_start
;
656
for (i = graph->
band_start
; i < graph->n_total_row; ++i)
660
return i - graph->
band_start
;
721
start = c->scc[node->scc].
band_start
;
956
if (merge_graph->n_total_row == merge_graph->
band_start
)
1017
* In particular, replace the rows starting at
band_start
[
all
...]
isl_scheduler.h
186
*
band_start
is the starting row in the node schedules of the current band
235
int
band_start
;
member in struct:isl_sched_graph
isl_scheduler.c
3403
graph->
band_start
= graph->n_total_row;
3659
sub->
band_start
= graph->
band_start
;
3727
drop = graph->n_total_row - graph->
band_start
;
3738
graph->
band_start
, drop);
3819
start = graph->
band_start
;
5561
/* Examine the current band (the rows between graph->
band_start
and
5603
empty = graph->n_total_row == graph->
band_start
;
5693
int empty = graph->n_total_row == graph->
band_start
;
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026