Searched refs:isLoopParallelAndContainsReduction (Results 1 – 3 of 3) sorted by relevance
52 bool isLoopParallelAndContainsReduction(AffineForOp forOp);
1136 if (isLoopParallelAndContainsReduction(getSliceLoop(i)) && in getComputationSliceState()1339 bool mlir::isLoopParallelAndContainsReduction(AffineForOp forOp) { in isLoopParallelAndContainsReduction() function in mlir
467 if (isLoopParallelAndContainsReduction(forOp) && in fuseLoops()