Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h99 bool IsReductionParallel = false; member
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp234 NodeInfo->IsReductionParallel = true; in astScheduleDimIsParallel()
236 if (!NodeInfo->IsReductionParallel && !isl_union_map_free(Schedule)) in astScheduleDimIsParallel()
621 return Payload && Payload->IsReductionParallel; in isReductionParallel()