Home
last modified time | relevance | path

Searched defs:isParallel (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/main/java/org/testng/annotations/
DIDataProviderAnnotation.java19 boolean isParallel(); in isParallel() method
/external/testng/src/main/java/org/testng/internal/annotations/
DDataProviderAnnotation.java19 public boolean isParallel() { in isParallel() method in DataProviderAnnotation
/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
DDependenceInfo.cpp693 bool Dependences::isParallel(isl_union_map *Schedule, isl_union_map *Deps, in isParallel() function in Dependences
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp604 bool IslAstInfo::isParallel(__isl_keep isl_ast_node *Node) { in isParallel() function in IslAstInfo
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp676 bool isParallel = linalg::isParallelIteratorType(iteratorTypes[idx]); in genFor() local