Searched defs:isParallel (Results 1 – 6 of 6) sorted by relevance
19 boolean isParallel(); in isParallel() method
19 public boolean isParallel() { in isParallel() method in DataProviderAnnotation
99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
693 bool Dependences::isParallel(isl_union_map *Schedule, isl_union_map *Deps, in isParallel() function in Dependences
604 bool IslAstInfo::isParallel(__isl_keep isl_ast_node *Node) { in isParallel() function in IslAstInfo
676 bool isParallel = linalg::isParallelIteratorType(iteratorTypes[idx]); in genFor() local