Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1046 ArrayRef<ComputationSliceState> depthSliceUnions, in isFusionProfitable() argument
1117 if (depthSliceUnions[i - 1].isEmpty()) in isFusionProfitable()
1122 dstLoopNestStats, depthSliceUnions[i - 1], in isFusionProfitable()
1138 &depthSliceUnions[i - 1]))) { in isFusionProfitable()
1503 SmallVector<ComputationSliceState, 8> depthSliceUnions; in fuseProducerConsumerNodes() local
1504 depthSliceUnions.resize(dstLoopDepthTest); in fuseProducerConsumerNodes()
1509 /*dstLoopDepth=*/i, &depthSliceUnions[i - 1], strategy); in fuseProducerConsumerNodes()
1525 depthSliceUnions, maxLegalFusionDepth, in fuseProducerConsumerNodes()
1530 assert(!depthSliceUnions[bestDstLoopDepth - 1].isEmpty() && in fuseProducerConsumerNodes()
1535 depthSliceUnions[bestDstLoopDepth - 1]); in fuseProducerConsumerNodes()
[all …]