Searched refs:isParallel (Results 1 – 10 of 10) sorted by relevance
63 if (CheckParallel && isParallel(L)) in print()94 IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr); in checkParallel()99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
710 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
210 if (!D->isParallel(Schedule.get(), Dep.release())) { in astScheduleDimIsParallel()216 D->isParallel(Schedule.get(), DepsAll.release(), in astScheduleDimIsParallel()224 if (!D->isParallel(Schedule.get(), RedDeps.release())) in astScheduleDimIsParallel()234 if (!D->isParallel(Schedule.get(), MaRedDeps.release())) in astScheduleDimIsParallel()466 if (IslAstInfo::isParallel(isl::manage_copy(Node))) in walkAstForStatistics()577 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() function in IslAstInfo
808 bool Parallel = (IslAstInfo::isParallel(isl::manage_copy(For)) && in createFor()
47 bool isParallel(llvm::Loop *L) const;
115 bool isParallel(__isl_keep isl_union_map *Schedule,
56 void popLoop(bool isParallel);
137 static bool isParallel(const isl::ast_node &Node);
7 ; by reg2mem (Loop::isParallel() starts to return false). Ensure the loop is
1202 bool isParallel = in genFor() local1221 if (isParallel) { in genFor()