Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h448 int has_any_permutable_node(__isl_keep isl_schedule *schedule);
Dgpu.c2568 int has_any_permutable_node(__isl_keep isl_schedule *schedule) in has_any_permutable_node() function
5678 any_permutable = has_any_permutable_node(schedule); in generate()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3228 int has_permutable = has_any_permutable_node(Schedule); in generateGPU()