Home
last modified time | relevance | path

Searched refs:isParallelLoop (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h189 bool isParallelLoop(Operation &op);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1570 SmallVector<bool, 8> isParallelLoop(maxLoopDepth, true); in sinkSequentialLoops() local
1577 isParallelLoop[j] = false; in sinkSequentialLoops()
1583 for (unsigned i = 0, e = isParallelLoop.size(); i < e; ++i) in sinkSequentialLoops()
1584 if (isParallelLoop[i]) in sinkSequentialLoops()
1593 if (isParallelLoop[i]) { in sinkSequentialLoops()