Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h92 bool IsReductionParallel = false; member
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp226 NodeInfo->IsReductionParallel = true; in astScheduleDimIsParallel()
228 if (!NodeInfo->IsReductionParallel) in astScheduleDimIsParallel()
595 return Payload && Payload->IsReductionParallel; in isReductionParallel()