Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp231 isl_union_map *RedDeps = in astScheduleDimIsParallel() local
233 if (!D->isParallel(Schedule, RedDeps)) in astScheduleDimIsParallel()
244 RedDeps = isl_union_map_from_map(isl_map_copy(MaRedPair.second)); in astScheduleDimIsParallel()
245 if (!D->isParallel(Schedule, RedDeps)) in astScheduleDimIsParallel()