Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
H A DDependenceInfo.cpp710 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp577 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() function in IslAstInfo
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp1202 bool isParallel = in genFor() local