Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c6783 int i, n_slack; in has_bounded_distances() local
6800 n_slack = n - edge->weight; in has_bounded_distances()
6802 n_slack -= graph->max_weight + 1; in has_bounded_distances()
6813 n_slack--; in has_bounded_distances()
6814 if (n_slack < 0) in has_bounded_distances()