Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c2535 int *any_permutable = user; in set_permutable() local
2544 *any_permutable = 1; in set_permutable()
2571 int any_permutable; in has_any_permutable_node() local
2574 any_permutable = subtree_has_permutable_bands(root); in has_any_permutable_node()
2577 return any_permutable; in has_any_permutable_node()
5665 int any_permutable; in generate() local
5678 any_permutable = has_any_permutable_node(schedule); in generate()
5679 if (any_permutable < 0 || !any_permutable) { in generate()
5680 if (any_permutable < 0) in generate()