Home
last modified time | relevance | path

Searched defs:dstForOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp135 AffineForOp dstForOp) { in getFusedLoopNestInsertionPoint()
250 AffineForOp dstForOp, in canFuseLoops()
426 void mlir::affine::fuseLoops(AffineForOp srcForOp, AffineForOp dstForOp, in fuseLoops()
577 AffineForOp dstForOp, in getFusionComputeCost()
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp62 static bool testDependenceCheck(AffineForOp srcForOp, AffineForOp dstForOp, in testDependenceCheck()
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp444 isFusionProfitable(Operation * srcOpInst,Operation * srcStoreOpInst,AffineForOp dstForOp,ArrayRef<ComputationSliceState> depthSliceUnions,unsigned maxLegalFusionDepth,unsigned * dstLoopDepth,double computeToleranceThreshold) isFusionProfitable() argument