Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DPolyhedralInfo.cpp100 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
H A DDependenceInfo.cpp711 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
/llvm-project/llvm/include/llvm/Support/
H A DParallel.h106 bool isParallel() const { return Parallel; } isParallel() function
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp578 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() function in IslAstInfo
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DLoopEmitter.cpp473 MutableArrayRef<Value> reduc, bool isParallel) { in emitForLoopOverTensorAtLvl() argument