Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.h448 int has_any_permutable_node(__isl_keep isl_schedule *schedule);
H A 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()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3256 int has_permutable = has_any_permutable_node(Schedule); in generateGPU()