Searched refs:isLoopParallel (Results 1 – 5 of 5) sorted by relevance
58 if (isLoopParallel(loop, parallelReductions ? &reductions : nullptr)) in runOnOperation()
1744 if (isLoopParallel(loop, &reductions)) { in runOnOperation()1753 if (isLoopParallel(loop)) in runOnOperation()
51 bool isLoopParallel(
1341 if (!isLoopParallel(forOp, &reductions)) in isLoopParallelAndContainsReduction()1352 if (!isLoopParallel(innerFor)) in getSequentialLoops()
96 bool mlir::isLoopParallel(AffineForOp forOp, in isLoopParallel() function in mlir