Searched refs:LoopFusion (Results 1 – 6 of 6) sorted by relevance
8 LoopFusion.cpp
50 struct LoopFusion : public AffineLoopFusionBase<LoopFusion> { struct51 LoopFusion() = default;52 LoopFusion(unsigned fastMemorySpace, uint64_t localBufSizeThresholdBytes, in LoopFusion() argument69 return std::make_unique<LoopFusion>(fastMemorySpace, localBufSizeThreshold, in createLoopFusionPass()1974 void LoopFusion::runOnOperation() { in runOnOperation()
3 ; Verify that LoopFusion can fuse two double-loop nests with guarded inner
3 ; Verify that LoopFusion can fuse two triple-loop nests with guarded inner
300 help clean this up. Adding the `LoopFusion` and `MemRefDataFlowOpt` passes to
8088 mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp